-
AuthorSearch Results
-
iaamradio
ok found the issue, if you use the presentation page it has a conflict in the permalink for some reason. I turned it off and all was fine I cold use the postname permalink. once I put the presentation page back I had to revert to the default permalink. Is there a fix for this?
Below is my first post on this issue in case you need details.
Having a horrid time with permalink with only one section of my site. I have to set the permalink to default for the links to open. If I set permalink to post name, they do not open and I get an error, “page not found” This is the page. All those links are previous radio shows.http://www.itsallaboutmusic.net/category/tune-in/ those links when set to post name will not open.
Working with my host which is host gator to see if its on there end but this is the only theme that does this to me. Deactivated all Plugins, all the normal steps.
Also as shared in another thread, the favicon function does not appear to work for several of us. Great themes hope to resolve this issue with it soonest.
April 22nd, 2013 at 05:11 #5336In reply to: list of shortcodes
karen
OK I found the theme-shortcodes.php file and got the information from there. It would be useful if it was documented somewhere though. If there should be a shortcode button on the editor I seem to be missing that – maybe a bug? – I’m using OSX Lion with firefox 18 and I have come across strange behaviour in other themes such as visual editor not working etc.
April 18th, 2013 at 22:27 #5273In reply to: 2.0.1 Disabling comments per post/page not working
Albirew
ok, found the problematic plugin, it’s SEPTiCORE’s wp-manga-project-manager, something i definitively cannot remove.
still weird, wpmanga does not interract with other page’s comment forms, it only create a projects page/subpages…
April 11th, 2013 at 16:09 #5057In reply to: Mantra Settings – Link to Header Image
Zed
Cryout Creations mastermindI believe it works in Firefox/Chrome and the header is not turning into a link in IE…
If this is the case, we’ve found the issue and we’re fixing it in 2.0.2
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.April 10th, 2013 at 21:34 #5026In reply to: Mantra Settings – Link to Header Image
Pam
I found it under Header Settings. Instead of leaving it as Custom Header, I set it at Clickable Header Image. That fixed it for IE. Although now Mozilla not clickable. Any ideas?
April 2nd, 2013 at 20:29 #4828In reply to: Sliders/column images not importing
briegull
I had the same problem yesterday, but found that by going into my provider’s cpanel and poking around, I found where they were – they had uploaded to the wrong folder – and found where the images were that Mantra put in for demo, and moved the images there, then went back and changed the names in Matra’s wordpress.
But now I don’t know how to change the font size on the the presentation page.
March 11th, 2013 at 04:29 #4195In reply to: Increase Number of Slides on Presentation Page?
CarolCat
Dave, I would be interested in what you have found out; however I cannot see how to email you – your name/avatar is not a link to a profile or email. I don’t suppose mine will be either. Can you email me? carolallison8 (at) gmail (dot) com Thank you!!!
March 10th, 2013 at 13:39 #4181In reply to: rounded corners in IE 8 etc
Zed
Cryout Creations mastermindI see you’ve solved the footer background colour missing.
At first PIE was enabled for all page content in IE8, but we soon found out it was causing more issues with content then it solved. So we removed it step by step from various areas where it would interfere with normal website behaviour, ending up with a limited (but controllable) scope on which PIE does not cause trouble. We don’t plan on (re)extending this.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 27th, 2013 at 00:51 #3874Deepabysm
Finally figured out that those lines were not the actual problem. This thread can be closed!
For those who wonder: I looked over the page as seen by the OpenGraph Crawler and found out that the og:url was two times implemented indeed.
February 27th, 2013 at 00:03 #3863In reply to: Logo problem on presentation page
Grady
Hey,
Simple typing mistake, you have
background-image::url(
and it needs to only have one : background-image:url(
I also went to your site and I found another issue,
This is what you have#header {
background-image: :url(“http:wordpressoddballexotics.xlconsultinggroup.com/wpcontent/uploads/2013/012/logo_197 282_web.jpeg”😉
background-size: 200px 60px;
background-repeat: no-repeat;
background-position: top left;
}I did some edits to make it work,
#header {
background-image: url(“http:wordpressoddballexotics.xlconsultinggroup.com/wpcontent/uploads/2013/012/logo_197 282_web.jpeg”) ;
background-size: 200px 60px;
background-repeat: no-repeat;
background-position: top left;
}I was not able to full test it as the image has since been removed or changed. But a simple lesson is coding, the ; is always at the very very end of each line. It is a “period” of code.
Grady
February 21st, 2013 at 18:41 #3774In reply to: Move JS in the footer // Adapt functions.php
Zed
Cryout Creations mastermindYou should put all your code into the child theme’s functions.php file.
Note that (as I have found out the hard way) not all actions are removed properly by just using remove_action(). Also, note that Mantra has more hook functions than the ones listed in your sample code.
The safest way is to use a wrapper function:
function remove_mantra_functions() {
remove_action(...);
// insert all your remove_action calls here
}
add_action('init','remove_mantra_functions');then use add_action() to attach your child theme function replacements.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.February 12th, 2013 at 16:46 #3640In reply to: custom post background
Maggy
Thanks very much for the reply. I hope that someone has some experience with custom post backgrounds. I found one plugin that will work if there is no default background, at least as far as an image goes — not a background color. I added custom css to mantra forcing top right position. Since it won’t work with a default background enabled, the presentation page will have no background and it will also require setting a background on every post. Not ideal. I wish I was more proficient with custom fields.
January 27th, 2013 at 03:30 #3362In reply to: Presentation Page List of Recent Blog Posts
Fryguy
I was looking for the same thing and found it under the WordPress Settings, not the theme settings. It is under Settings, Reading, Blog pages show at most – I just set mine to 4 from the default of 10. Its perfect now!
January 24th, 2013 at 19:32 #3311In reply to: How to remove html code in footer?
Javi
Thanks for your answer, but i can’t found the place. When i go to mantra settings in the dashboard, and i select graphics settings, i can type more codes in the text field, but not see what are inside, i can’t edit there.
I’m trying to found the php file where are this codes but i don’t have lucky.
So… i’ve tried to found the line of codes in footer.php and several more files but nothing for now.
If anyone can help to solve this problem, i would be really grateful.
Thanks again.
January 17th, 2013 at 13:08 #3119In reply to: Conditional Widget Presence
Oleguer
Dear all,
After some research I found a clean and very effective solution for those not wanting to code: “Widget Logic Visual” plugin. It does the job perfectly well!
Regards,
-
AuthorSearch Results