• Resolved doublesunk3

    (@doublesunk3)


    full error message
    Parse error: syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW), expecting ‘)’ in /home/calclaua/public_html/wp-content/themes/full-frame-new/inc/fullframe-default-options.php on line 70

    i am using Full Frame theme and i tried removing the promotional section of the fullframe-default-options.php code and got this error, i copied the code from a clean file i unzipped from the theme but still getting the error.
    the error is somewhere in this area of code.

    //Promotion Headline Options
    ‘promotion_headline_option’ => ‘homepage’,
    ‘promotion_headline’ => __( ‘Full Frame is a Premium Responsive WordPress Theme’, ‘fullframe’ ),
    ‘promotion_subheadline’ => __( ‘This is promotion headline. You can edit this from Appearance -> Customize -> Theme Options -> Promotion Headline Options’, ‘fullframe’ ),
    ‘promotion_headline_button’ => __( ‘Reviews’, ‘fullframe’ ),
    ‘promotion_headline_url’ => esc_url( ‘http://ww.wp.xz.cn/support/view/theme-reviews/full-frame’ ),
    ‘promotion_headline_target’ => 1,

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    you theme “full-frame-new” seems to be the issue.

    Try:
    switching to the unedited default Twenty Fifteen theme for a moment using the WP dashboard to rule out any theme-specific issue (theme functions can interfere like plugins). If you don’t have access to your admin area, use FTP or whatever file management application your host provides. Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme. That will force your site to use it.

    Thread Starter doublesunk3

    (@doublesunk3)

    thank you so much, it worked, you really helped me.

    Moderator t-p

    (@t-p)

    you are welcome 🙂

    Thread Starter doublesunk3

    (@doublesunk3)

    however i do have one problem that could of contributed to this problem is that there seems to be a Conflict with the title remover plugin and this theme.

    http://www.calchandesigns.com

    is there a way to remove the titles other then with this plugin?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')'’ is closed to new replies.