This topic has 9 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #136476
     thomasharbort
    Participant

    Hi, i can not save changes i made in Theme Options. Instead of saving the changes, Dreamweaver opens and wants to save the php file..i never had this problem before..Thanks for your help.

    #136546
     Radu
    Moderator

    Hi,

    Do you have tried to change the browser ?

    Maybe a keyboard key it’s stuck somehow ?

    Do you have tried from another computer ?

    This is an odd behaviour

    Let me know

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136564
     thomasharbort
    Participant

    i have made the changes with an other computer..and i worked. But with the other computer the problem still exists.

    I have another issue: when using visual composer, there is no “row stretch” in the row settings.I want to add a full width picture and use the parallax effect.

    Thanks

    #136572
     thomasharbort
    Participant

    SAving theme options worked for a while with my other Laptop, but now this one opens the Textwrangler to save the option.php ..instead of saving the changes i have made..this is weird..please help me

    #136574
     thomasharbort
    Participant

    i cant use the theme options at all. All changes i have made are set back to default.

    #136640
     Radu
    Moderator

    If the theme settings work but not always it means that there can be a server setting like wp memory limit to can identify what’s going on
    Please update the theme to latest version 4.1.4 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    if it’s something related to the php memory allocation you should follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html

    Let me know

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #142215
     thomasharbort
    Participant

    This bug was cuase by the hosts spam filter settings

    #142287
     Radu
    Moderator

    Ok then

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142310
     karhas
    Participant
    This reply has been set as private.
    #142313
     Radu
    Moderator

    No problem
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?