Search Results for 'not found'

  • Author
    Search Results
  • #5598

    In reply to: Permalink

    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.

    #5336

    In 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.

    #5273
    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…

    #5057
    Zed
    Cryout Creations mastermind

    I 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.
    #5026
    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?

    #4828
    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.

    #4195
    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!!!

     

    #4181
    Zed
    Cryout Creations mastermind

    I 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.
    Deepabysm

    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.

    #3863
    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

    #3774
    Zed
    Cryout Creations mastermind

    You 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.
    #3640

    In 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.

    #3362
    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!

    #3311
    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.

    #3119
    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,

Viewing 15 results - 271 through 285 (of 285 total)