Viewing 30 results - 135,361 through 135,390 (of 142,808 total)
  • Author
    Search Results
  • #207714
    simonswiss
    Participant

    I am trying to change the way the testimonial shortcode displays (created via page builder) to have the name and position on top of the actual testimonial.

    I could do this in the parent theme by modifying the output order in the /config-templatebuilder/avia-shortcoldes/testimonials.php file.

    My question is: what is the best, most WP friendly way to include this modification in the child theme so that it doesn’t revert back to default display on theme update?

    Do i need to re-create the /config-templatebuilder/avia-shortcodes structure or can i do it directly in child theme’s functions.php?

    The modified code looks like this:

    
    function av_testimonial_single($atts, $content = "", $shortcodename = "")
    			{
    				// ...
    
    	//final output
    				
    				$markup = avia_markup_helper(array('context' => 'person','echo'=>false));
    				
    				$output .= "<div class='avia-testimonial {$class}' $markup>";
    				$output .= "<div class='avia-testimonial_inner'>";
    	if($grid)   $output .= $avatar;
    				
    				$output .= 			"<div class='avia-testimonial-meta'><div class='avia-testimonial-arrow-wrap'><div class='avia-arrow'></div></div>";
    	if(!$grid)  $output .=  $avatar;
    				$output .= 				"<div class='avia-testimonial-meta-mini'>";
    	if($name)	$output .= 					"<strong  class='avia-testimonial-name'  {$markup_name}>{$name}";
    if($subtitle)	$output .= 					"<span class='avia-testimonial-subtitle'  {$markup_job}>{$subtitle}</span>";
        if($link)	$output .= 					"<span class='hidden avia-testimonial-markup-link'  {$markup_url}>{$link}</span>";
    	if($link)	$output .= 					" – {$linktext}";
    				$output .= 				"</div>";
    				$output .= 			"</div>";
    				$output .= 		"<div class='avia-testimonial-content' $markup_text>";
    				$output .= 		ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content));
    				$output .= 		"</div>";
    				$output .= "</div>";
    				$output .= "</div>";
    
    
    
    				if(avia_sc_testimonial::$counter == avia_sc_testimonial::$columns)
                    {
    				    $output .= "</section>";
    				}
    
    				avia_sc_testimonial::$counter++;
    				if(avia_sc_testimonial::$counter > avia_sc_testimonial::$columns) { avia_sc_testimonial::$counter = 1; avia_sc_testimonial::$rows++; }
    
    
    				return $output;
    			}
    
    stucki1
    Participant

    hello i am new to this whole wordpress thing and just exploring the wonderful enfold theme.
    i am working on http://www.schach-welten.de/wordpress and having some problems.

    paddings:
    they are to large for my taste and i want to change that.
    i found in the support forum the advice to use this code in css.
    .content { padding-bottom: 0; }
    .content { padding-top: 0; }

    this works well with 0, every other value 1,10,20 resets its back to the default padding. i cant adjust it better than off/on ….

    is there a way to change the paddings of the ruler object ?

    another problem is that my vimeo videos display a very lowres preview pic of the movie.
    i have uploaded 1920 x 500 preview pictures to vimeo to change this. On vimeo this works fine, now.
    On my worpress site they get reduced to lowres versions again. (browser cache is cleared)
    Any ideas.

    Another problem is with the advanced layer slider. Preview in the editor is slightly different from the real display in firefox. So i have to adjust every element again and again and test if it is looking right in my browser … thats really a pain.

    is there a way to get more than 5 rows of content for text objects. i would need 6 ,-)

    Can you help me with my problems ?

    kind regards
    stucki

    • This topic was modified 12 years, 2 months ago by stucki1.
    #207666
    Roine
    Participant

    I have version 2.5. Today I received mail from Themeforest to update to 2.4.5. I see that something has gone wrong, https://kriesi.at/support/topic/enfold-2-5/

    I have five clients running Enfold, 2.4.4 and three running 2.5.

    – Is it safe to do an manual “update” to 2.4.5
    – Is it safe to run 2.5 or is it a beta version

    #207650
    xrisxal2000
    Participant

    Hi,
    pls visit…
    http://tinyurl.com/q6x3n8z

    pls check in the top, in the menu, the search icon is missing and it has change with a RECTANGULAR. Why this happend pls?
    and i notice that this happend and in other places, for example in the home page, all the search icons has changed.

    Kindest regards,
    xrisxal2000

    • This topic was modified 12 years, 2 months ago by xrisxal2000.
    #207640

    Thanks Devin. I was able to use a combination of color sections and custom class fields using the link you posted to get the desired effect. The only minor issue I am having is finding enough elements to wrap a text block in a design that has a top background, a middle background, and a bottom background. I’m trying to insert another div within the body of the text block and absolute position it, but am having minimal luck.

    #sub_slider .je_block_bottom {
        background: url("images/bg_get_estimate_bottom.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
        bottom: -45px;
        color: #967C68;
        min-height: 55px;
        padding: 10px 5px 5px 30px;
        position: absolute;
        width: 100%;
    }

    The text block I’m working on is called “Get An Estimate”
    http://heartland.estlandpreview2.com/

    #207636
    fjrichart
    Participant

    Someone raised this topic and later he himself said. I’ve sort it out.
    I created an ID for the Masonry and add the following to my custom.css file:
    #masonry ID {
    max-width:1210px;
    margin:auto;
    }
    Well I’ve tried the same thing and it didn’t work. If I understand well I had to write the word “masonry” where it says “For Developers. Section ID” in the Masonry Gallery. This way masonry is considered an ID. Correct? This is what I did but it didn’t worked.

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .content { padding-bottom: 0; }

    It will remove bottom padding of content which is 50px by default

    Best regards,
    Yigit

    This reply has been marked as private.

    Hey wasite!

    Can you post the link to your website?

    Best regards,
    Yigit

    #207598

    Has this been mentioned and if not considered?

    Allow main menu to be at the top or on the left side.

    Thanks

    #207595

    In reply to: Menu font

    Hi studiotopo!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu ul:first-child>li>a { font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 16px!important; }

    Regards,
    Yigit

    5fold
    Participant

    Hi can you help me disable the social media and sub navigation for mobile devices. We only want the phone number to show at the top then logo and navigation.

    http://kyko.wpengine.com/ (hosted on WPengine)

    #207581

    In reply to: Add sidebar to bbPress

    Yes as i said:

    The problem is with the forum slug. If i set it up to the page with the shortcode then it will just overwrite the page and the sidebar is gone.

    If i give it another slug then it will redirect to that if you click on a topic or forum and therefore the sidebar is gone aswell.

    What have you defined as forum slug and what is the name (path) of your page?

    wasite
    Participant

    I had too much white space around Easy Slider.

    And I was told to add this to my Quick CSS:
    .avia-slideshow { margin: 0 !important; }

    Initially it worked. But after I updated the theme to the latest version, it turned to this.

    What should I do?

    • This topic was modified 12 years, 1 month ago by wasite.
    #207563

    In reply to: Add sidebar to bbPress

    Thanks but that does not help me at all.

    I know how to install bbPress.

    As i said i created a own page and added the bbPress shortcode to it.

    The problem is with the forum slug. If i set it up to the page with the shortcode then it will just overwrite the page and the sidebar is gone.

    If i give it another slug then it will redirect to that if you click on a topic or forum and therefore the sidebar is gone aswell.

    Thanks

    #207510

    In reply to: Admin Login Speed

    Here is a console debug of the login. there is a huge delay up front, then everything loads quickly once the hurdle is passed.

    
    [10:23:35.756] POST https://www.virginiaseo.org/login/ [HTTP/1.1 302 Moved Temporarily 1782ms]
    [10:23:37.539] GET https://www.virginiaseo.org/wp/wp-admin/ [HTTP/1.1 200 OK 22809ms]
    --
    [10:24:00.362] GET https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha [HTTP/1.1 200 OK 408ms]
    [10:24:00.363] GET https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/css/cnss.css?ver=1.0 [HTTP/1.1 200 OK 253ms]
    [10:24:00.364] GET https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha [HTTP/1.1 200 OK 253ms]
    [10:24:00.364] GET https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.9-alpha [HTTP/1.1 200 OK 44ms]
    [10:24:00.365] GET https://www.virginiaseo.org/wp/wp-content/plugins/campaign-monitor-dashboard/css/dashboard-widget.css?ver=3.9-alpha [HTTP/1.1 200 OK 261ms]
    [10:24:00.365] GET https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201 [HTTP/1.1 200 OK 285ms]
    [10:24:00.366] GET https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha [HTTP/1.1 200 OK 262ms]
    [10:24:00.366] GET https://www.virginiaseo.org/wp/wp-content/plugins/akismet/akismet.css?ver=2.5.9 [HTTP/1.1 200 OK 253ms]
    [10:24:00.367] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1 [HTTP/1.1 200 OK 274ms]
    [10:24:00.367] GET https://www.virginiaseo.org/wp/wp-content/plugins/subscriptions/css/admin.css?ver=1.4.1 [HTTP/1.1 200 OK 261ms]
    [10:24:00.368] GET https://www.virginiaseo.org/wp/wp-content/plugins/wordpress-https/admin/css/admin.css?ver=3.3.6 [HTTP/1.1 200 OK 285ms]
    [10:24:00.369] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/css/admin.css?ver=3.9-alpha [HTTP/1.1 200 OK 285ms]
    [10:24:00.369] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/css/admin.css?ver=2.2 [HTTP/1.1 200 OK 254ms]
    [10:24:00.370] GET https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/css/global.css?ver=4.6.5 [HTTP/1.1 200 OK 261ms]
    [10:24:00.370] GET https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css?ver=3.9-alpha [HTTP/1.1 200 OK 40ms]
    [10:24:00.371] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/menu.css?ver=3.9-alpha [HTTP/1.1 200 OK 288ms]
    [10:24:00.373] GET https://www.virginiaseo.org/wp/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,json2,plupload,plupload-html5,plupload-flash,plupload-silverlight,plupload-html4&ver=3.9-alpha [HTTP/1.1 200 OK 252ms]
    [10:24:00.374] GET https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/js/cnss.js?ver=1.0 [HTTP/1.1 200 OK 257ms]
    [10:24:00.375] GET https://www.virginiaseo.org/wp/wp-content/plugins/akismet/akismet.js?ver=2.5.9 [HTTP/1.1 200 OK 274ms]
    [10:24:00.376] GET https://www.virginiaseo.org/wp/wp-content/plugins/pinterest-pin-it-button-pro/js/admin-pro.js?ver=3.1.0 [HTTP/1.1 200 OK 274ms]
    [10:24:00.376] GET https://maps.google.com/maps/api/js?sensor=false&ver=1 [HTTP/1.1 200 OK 45ms]
    [10:24:00.377] GET https://www.virginiaseo.org/wp/wp-content/plugins/wordpress-seo/images/yoast-icon.png [HTTP/1.1 200 OK 284ms]
    [10:24:00.377] GET https://www.virginiaseo.org/wp/wp-content/plugins/pinterest-pin-it-button-pro/assets/pinterest-icon-16.png [HTTP/1.1 200 OK 285ms]
    [10:24:00.378] GET https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/images/scc-sc.png [HTTP/1.1 200 OK 274ms]
    [10:24:00.378] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/images/icons/small.png [HTTP/1.1 200 OK 285ms]
    [10:24:00.379] GET https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-layerslider/LayerSlider/img/icon_16x16.png [HTTP/1.1 200 OK 499ms]
    [10:24:00.380] GET https://secure.gravatar.com/avatar/4f5ae5de0427c2bb8c40dddd112f62cb?s=26&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D26&r=G [HTTP/1.1 200 OK 328ms]
    [10:24:00.380] GET https://secure.gravatar.com/avatar/4f5ae5de0427c2bb8c40dddd112f62cb?s=64&d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&r=G [HTTP/1.1 200 OK 325ms]
    [10:24:00.381] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/images/logo.png [HTTP/1.1 200 OK 311ms]
    [10:24:00.381] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/js/admin/jquery.flot.min.js?ver=1.0 [HTTP/1.1 200 OK 270ms]
    [10:24:00.382] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/js/admin/jquery.flot.resize.min.js?ver=1.0 [HTTP/1.1 200 OK 259ms]
    [10:24:00.382] GET https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/js/admin/dashboard_sales.min.js?ver=1.0 [HTTP/1.1 200 OK 260ms]
    [10:24:00.383] GET https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1 [HTTP/1.1 200 OK 296ms]
    [10:24:00.384] GET https://www.virginiaseo.org/wp/wp-admin/load-scripts.php?c=0&load%5B%5D=jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,hoverIntent,common,admin-bar,wp-ajax-response,jquery-color,wp&load%5B%5D=-lists,quicktags,jquery-query,admin-comments,postbox,dashboard,customize-base,customize-loader,thickbox,plugin-install,underscor&load%5B%5D=e,shortcode,media-upload,svg-painter,heartbeat,wp-auth-check,backbone,wp-util,wp-backbone,media-models,wp-plupload,media-views,m&load%5B%5D=edia-editor&ver=3.9-alpha [HTTP/1.1 200 OK 609ms]
    [10:24:00.384] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/js/admin.js?ver=2.2 [HTTP/1.1 200 OK 278ms]
    [10:24:00.385] GET https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/js/admin.js?ver=2.2 [HTTP/1.1 200 OK 260ms]
    [10:24:00.333] Error in parsing value for 'filter'.  Declaration dropped. @ https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css?ver=3.9-alpha:51
    [10:24:00.387] GET https://www.virginiaseo.org/wp/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global.js?ver=1.4.22 [HTTP/1.1 200 OK 333ms]
    [10:24:00.551] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:12
    [10:24:00.551] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:196
    [10:24:00.551] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:231
    [10:24:00.551] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-media.css?ver=3.9-alpha:236
    [10:24:00.556] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/easy-social-icons/css/cnss.css?ver=1.0:32
    [10:24:00.557] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/akismet/akismet.css?ver=2.5.9:1
    [10:24:00.565] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/subscriptions/css/admin.css?ver=1.4.1:7
    [10:24:00.565] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/subscriptions/css/admin.css?ver=1.4.1:51
    [10:24:00.567] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/campaign-monitor-dashboard/css/dashboard-widget.css?ver=3.9-alpha:51
    [10:24:00.570] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha:1
    [10:24:00.570] Expected media feature name but found '-o-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha:1
    [10:24:00.570] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/css/colors.min.css?ver=3.9-alpha:1
    [10:24:00.571] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.571] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.571] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.572] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.572] Unknown property 'zoom'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.573] Error in parsing value for 'letter-spacing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.573] Unknown property '-moz-border-radius-topleft'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.573] Unknown property '-moz-border-radius-topright'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Expected declaration but found '*'.  Skipped to next declaration. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Unknown property '-moz-background-clip'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.574] Error in parsing value for 'background'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.575] Expected color but found 'top'.  Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.575] Unknown property '-moz-border-radius-bottomleft'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.575] Unknown property '-moz-border-radius-bottomright'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/admin.css?ver=1.4.1:1
    [10:24:00.613] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:47
    [10:24:00.613] Unknown property '-moz-opacity'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:48
    [10:24:00.613] Error in parsing value for 'height'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:54
    [10:24:00.613] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:67
    [10:24:00.613] Error in parsing value for 'margin-top'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:75
    [10:24:00.613] Unknown property 'speak'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:188
    [10:24:00.613] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-includes/js/thickbox/thickbox.css?ver=20131201:191
    [10:24:00.615] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/wp-to-buffer/_modules/dashboard/css/admin.css?ver=3.9-alpha:29
    [10:24:00.627] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-content/plugins/woocommerce/assets/css/menu.css?ver=3.9-alpha:1
    [10:24:00.740] Error in parsing value for '-moz-transition'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:1
    [10:24:00.740] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown property 'speak'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'.  Ruleset ignored due to bad selector. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Unknown pseudo-class or pseudo-element '-ms-input-placeholder'.  Ruleset ignored due to bad selector. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.741] Error in parsing value for 'min-width'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:2
    [10:24:00.742] Unknown pseudo-class or pseudo-element '-webkit-search-decoration'.  Ruleset ignored due to bad selector. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.743] Unknown property 'user-select'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.743] Error in parsing value for 'filter'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.748] Error in parsing value for 'transition'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.748] Unknown property 'touch-action'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.749] Expected media feature name but found '-o-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.749] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.749] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:3
    [10:24:00.750] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:6
    [10:24:00.751] Error in parsing value for 'padding'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/load-styles.php?c=0&dir=ltr&load=dashicons,admin-bar,wp-admin,buttons,wp-auth-check,media-views,farbtastic&ver=3.9-alpha:6
    [10:24:00.754] Unknown property 'speak'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Unknown property '-moz-osx-font-smoothing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Error in parsing value for 'background-image'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Unknown property '-moz-border-radius'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Unknown property '-moz-box-shadow'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:00.754] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-content/plugins/backwpup/assets/css/backwpup.min.css?ver=3.1.1:1
    [10:24:01.038] GET https://maps.gstatic.com/intl/en_us/mapfiles/api-3/15/6/main.js [HTTP/1.1 200 OK 79ms]
    [10:24:01.087] Expected media feature name but found '-o-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/:104
    [10:24:01.087] Expected media feature name but found '-webkit-min-device-pixel-ratio'. @ https://www.virginiaseo.org/wp/wp-admin/:105
    [10:24:01.613] GET https://www.virginiaseo.org/wp/wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite.png [HTTP/1.1 200 OK 239ms]
    [10:24:01.613] GET https://www.virginiaseo.org/wp/wp-content/plugins/campaign-monitor-dashboard/assets/cm-icon-dashboard.png [HTTP/1.1 200 OK 263ms]
    [10:24:01.614] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff [35ms]
    [10:24:01.614] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff [0ms]
    [10:24:01.375] Unknown property 'box-sizing'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/
    [10:24:01.723] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff [HTTP/1.1 200 OK 125ms]
    [10:24:01.723] GET https://themes.googleusercontent.com/static/fonts/opensans/v7/MTP_ySUJH_bn48VBG8sNSha1RVmPjeKy21_GQJaLlJI.woff [HTTP/1.1 200 OK 95ms]
    [10:24:01.724] GET https://www.virginiaseo.org/wp/wp-includes/js/thickbox/loadingAnimation.gif [HTTP/1.1 200 OK 127ms]
    [10:24:01.891] GET https://www.virginiaseo.org/wp/wp-admin/admin-ajax.php?action=dashboard-widgets&widget=dashboard_primary&pagenow=dashboard [HTTP/1.1 200 OK 12311ms]
    [10:24:06.143] GET https://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/15/6/%7Bcommon,util,stats%7D.js [HTTP/1.1 200 OK 96ms]
    [10:24:06.205] Error in parsing value for 'background'.  Declaration dropped. @ https://www.virginiaseo.org/wp/wp-admin/
    [10:24:06.272] GET https://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttps%3A%2F%2Fwww.virginiaseo.org%2Fwp%2Fwp-admin%2F&5e1&callback=_xdc_._y00e9t&token=43073 [HTTP/1.1 200 OK 50ms]
    
    #207502

    In reply to: sidebar navigation

    Hey nicoleck83!

    You can remove them by adding following code to Quick CSS in Enfold theme options under Styling tab

    #top .widget_nav_menu .nested_nav { display: none; }

    And if you would like to remove some of them, you can use following code as an example

    #top .widget_nav_menu li .page-item-3024 { display: none; }
    You can right click on menu item and and click Inspect Elements on Chrome or Firefox to find page item ID. You just need to change the page ID to desired items ID
    
    Regards, 
    Yigit
    #207491

    Thanks.
    I’ve tried that and the issue remains even with all plugins deactivated. The issue also remains when using the child and the parent theme.

    I think it’s caused by the first indented level of menu items be tagged as a ‘Column’ If I make a second indent level on the menu, it returns to being a ‘Page’ and the link is active on the mobile dropdown. Where in the class-megamenu.php is the mobile dropdown being built? It seems like we should be able to wrap that in a link as it is on the fly-out mobile menu and desktop menu. (just my ideas, not sure if that the correct location or not).

    #207490

    Hi!

    I checked the dynamic stylesheet: http://agentanalytics.net/wp-content/uploads/dynamic_avia/enfold.css?ver=1 and it does not contain the css code I posted here: https://kriesi.at/support/topic/video-in-portfolio-item/#post-207434 (it should be located at the very end if you inserted it into the quick css field). There are two possible reasons:

    1) You didn’t add the css code into the quick css field or you already removed it. Please insert it into the quick css field, save the settings and clear the browser cache.

    2) You inserted the code into the quick css field and it’s saved in the database but enfold can’t regenerate the dynamic stylesheet. In this case use a ftp client and connect to your server. Navigate to wp-content/uploads/dynamic_avia/ and set the folder permission to 777. Then delete the enfold.css file and go to Enfold > Theme Options to regenerate the dynamic stylesheet (hit the green “Save all changes” button).

    Cheers!
    Peter

    Hi kinnisonhomes!

    You can try this plugin to play audio from Soundcloud http://wordpress.org/plugins/soundcloud-shortcode/

    Cheers!
    Yigit

    kinnisonhomes
    Participant

    Hi, I have been having trouble finding an audio player that works with Enfold and it autoplays when landing on the page. I just want to be able to paste code into a text box on the home page and have it autoplay.

    The html5 plugin/player shows up on the home page, but I can’t get it to autoplay.

    I know that autoplay music is not generally a popular idea, but my client really wants it.

    Please give me a suggestion. I have searched threads before and people give suggestions, but they haven’t actually tried to see if the audioplayer actually works in Enfold. If you could help, I would appreciate it.

    #207449

    Hey!

    Please add following code to Quick CSS as well

    .iconbox_top .iconbox_content { box-shadow: none; }

    Cheers!
    Yigit

    #207443
    This reply has been marked as private.

    Hi lisabarfield!

    1) By default excerpts don’t support html code or shortcodes. You can use the do_shortcodes() function to execute shortcodes though. Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and search for

    
    if($loop_counter == 1) $output .= "<div class='slide-entry-wrap'>";
    

    Replace the code with

    
    $excerpt = do_shortcode($excerpt);
    if($loop_counter == 1) $output .= "<div class='slide-entry-wrap'>";
    

    2) Replace

    
    if($show_meta && !empty($excerpt))
    

    with

    
    $show_meta = false;
    if($show_meta && !empty($excerpt))
    

    3) Did you select the WODs page as blog page (Enfold > Theme Options)? If yes please select another page as blog page otherwise the WODs page will ignore the template builder settings and it will use a special blog template for this page instead.

    4) You can place it in the child theme folder. However you must add some code into the child theme functions.php file to overwrite the original parent theme code – see: https://kriesi.at/support/topic/have-easyslider-fill-up-entire-column-with-no-padding-or-margins/#post-205281

    Best regards,
    Peter

    #207414

    In reply to: Width of the posts

    This reply has been marked as private.
    #207351
    Mesheu
    Participant

    Hi guys,

    I wanted to reduce the fixed header height and I followed Yigit’s instructions on the following thread: https://kriesi.at/support/topic/reduce-fixed-header-height/

    I wanted even a shorter header so on avia.js I went for “el_height = 60,”, and on css file I went for
    .fixed_header.social_header #main {
    padding-top: 91px;
    }

    And I finally reached the exact height I wanted for my fixed header.

    Now all I need to do 2 things:
    1 –> is to remove the logo/header resize animation when user scrolls down. Please see my website http://goo.gl/P4wrKa (just to hide it from search engines). I just want to keep the header as it is now even with the bottom shadow when user scrolls down.
    2 –> There is a black arrow line under “HOME” in the right top navigation that shows on which menu item you currently are. I want to replace that with a straight horizontal line (the same length it has but just to remove the arrow shape and make it straight horizontal line).

    Could you tell me how I can do these?

    Thank you so much in advance!
    Ali

    #207331

    Hi MassiveImpressions!

    As far as I know the Socialize plugin doesn’t offer a shortcode or php function which allows you to directly embed the shortcode into the post/page content. In your case I recommend: http://wordpress.org/plugins/simple-share-buttons-adder/ which supports some shortcode ( http://www.simplesharebuttons.com/wordpress/wordpress-configuration/ ) and you can even use it for advanced share buttons (post slider, etc.: https://kriesi.at/support/topic/add-share-buttons-to-postslider-php/ ).

    Best regards,
    Peter

    #207316

    Topic: How to Change h1 color

    in forum Enfold
    deyowulf
    Participant

    I tried this

    #top h1 a { color: #0988ba; }

    Didn’t work.

    #207299

    Wow!

    Didn’t expect to hear back so soon. Thanks for your reply. I’ll definitely give those plugins a try. As for the header, it seems that it only adds the social icons to the top and not to the right of my logo where I would like it. I’ll have to settle for something else I suppose.

    Where can I hire a freelance developer?

Viewing 30 results - 135,361 through 135,390 (of 142,808 total)