Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHello,
It may be possible but It would require a heavy customization to the theme, unfortunately that’s beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Regards,
JosueHi Larry!
I don’t think having a shortcode inside a shortcode would increase the page load dramatically, unless you have a lot of content inside. Can you post a link to the page in question?
Regards,
JosueHey!
This will do it:
.header_bg { opacity: 1 !important; }Cheers!
JosueHi!
Have you tried disabling all your browser addons or checking it on another browser?
Regards,
JosueHi!
Yes, we recommend using a Child Theme on any Enfold installation, you can use any method as long as the core components are present (child style.css, functions.php), you can also download a pre-made Enfold child theme here.
Regards,
JosueFebruary 10, 2015 at 7:24 am in reply to: Enfold's contact form (probably) css is conflicting with other forms #393516Hey!
Copy the modified base.css to your-child-theme-directory/css/base.css and add this to your child theme functions.php:
function change_aviacss() { wp_dequeue_style( 'avia-base' ); wp_enqueue_style( 'avia-base-child', get_stylesheet_directory_uri().'/css/base.css', array(), '2', 'all' ); } add_action( 'wp_enqueue_scripts', 'change_aviacss', 100 );Cheers!
JosueFebruary 10, 2015 at 7:22 am in reply to: Difference between pages and portfolio items for SEO #393515Hey!
That page (containing portfolio grid) will be indexed but you can choose not to if you want to avoid any duplicated content, refer to this article:
http://socialsolutionscollective.com/wordpress-seo-yoast-avoid-duplicate-content/Regards,
JosueHi Christine!
I’d suggest using Hellobar:
https://www.hellobar.com/Also check:
http://passiveblogtips.com/hello-bar-alternative-wordpress-plugins/Regards,
JosueFebruary 10, 2015 at 7:11 am in reply to: How to translate the "Read more ->" text into something else? #393510Hey Steve!
Try adding this code to the Quick CSS:
.more-link { font-size: 0; } .more-link:after{ content: "Custom String"; font-size: 14px; }Cheers!
JosueHey Newton!
No, i don’t think that’s possible to be honest, it would need some custom work. Alternatively if you want to do it per time you can use this plugin:
https://wordpress.org/plugins/auto-refresh-single-page/Regards,
JosueHi!
Refer to this topic:
https://kriesi.at/support/topic/how-to-create-six-16-columns/Cheers!
JosueHi!
Yes, on individual pages, using the Advanced Layout Builder, a typical page with a background image should be like this – http://screencast.com/t/nFzFHpdh
Best regards,
JosueFebruary 10, 2015 at 6:58 am in reply to: Fullscreen slider with YouTube Video additional question. #393505Hi Marcelo!
Try with this code instead:
<script type = "text/javascript"> jQuery(document).ready(function() { if(jQuery.avia_utilities.isMobile){ location.href = "insert your URL here"; }else{ window.setTimeout(function() { location.href = "insert your URL here"; }, 5000); } }); </scriptBest regards,
JosueHi,
Open /config-templatebuilder/avia-shortcodes/contact.php and look for:
array( "name" => __("Form Element Options", 'avia_framework' ) , "desc" => __("Enter any number of options that the visitor can choose from. Separate these Options with a comma.", 'a __("Example: Option 1, Option 2, Option 3", 'avia_framework' )."</small>"."<br/><small>". __("Note: If you want to use a coma in the option text you can escape it with \,", 'avia_framework' )."</sm "id" => "options", "required" => array('type','equals','select'), "std" => "", "type" => "input"),Change it to:
array( "name" => __("Form Element Options", 'avia_framework' ) , "desc" => __("Enter any number of options that the visitor can choose from. Separate these Options with a comma.", 'a __("Example: Option 1, Option 2, Option 3", 'avia_framework' )."</small>"."<br/><small>". __("Note: If you want to use a coma in the option text you can escape it with \,", 'avia_framework' )."</sm "id" => "options", "required" => array('type','equals','select'), "std" => "", "type" => "textarea"),Regards,
JosueHi!
Possible but it would require some custom work, here’s something that could do the trick:
http://stackoverflow.com/questions/14136566/stop-youtube-video-within-iframe-on-external-button-clickBest regards,
JosueHi!
The page you posted doesn’t have Transparent Header activated, nevertheless try with this codes:
#top .sub-menu a { border: 0 !important; box-shadow: none !important; } #top .av-main-nav li a:hover, #top .av-main-nav li.current-menu-item a:hover { color: #2c5b9c !important; } #top .av-main-nav li a { font-weight: bold !important; }Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed? does the issue persists with the default WordPress theme activated?
Regards,
JosueFebruary 10, 2015 at 6:28 am in reply to: One Page Site | Scrolling to Anchor Links created by using Color Sections #393493Hi,
Can you please create us a WordPress account so we can see the website (maintenance activated)?
Regards,
JosueHey!
Try putting the icon shortcode as the label content (unlinked) and the “call:..” in the URL field, like this – http://screencast.com/t/KJV8n6Tg86
Regards,
JosueHi Darryl,
I tried using a ‘Link’ with # for the url but then the click didn’t reveal the submenu.
This normally works, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueFebruary 10, 2015 at 12:10 am in reply to: Using Magazine Content Element – Indicate Member-Only Content Based on Groups #393417Hi,
Can you post the link to the page in question (where the Magazine element is)?
Regards,
JosueHey!
Try adding !important to your animation cancelling rule:
.avia_transform .avia-gallery-thumb img.avia_start_animation { -webkit-animation: none !important; -moz-animation: none !important; -o-animation: none !important; animation: none !important; }If that doesn’t work please create us a WordPress administrator account, post it here as a private reply.
Best regards,
JosueHola,
¿Me puedes hacer un bosquejo de como debería verse el menu en mobiles? el video ya esta insertado en la pagina 9.13.
Saludos,
JosueFebruary 9, 2015 at 11:38 pm in reply to: Having featured image sizing issues. Something isn't adding up. #393397Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Barb!
I got a parse error and had to remove the code again
Can you paste the error you got?
Best regards,
JosueHey!
Try putting them using the Add Media button instead (inside a single Text Block).
Cheers!
JosueHi,
Open /enfold/framework/php/class-style-generator.php and look for line 368:
$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";Replace it by this:
//$this->extra_output .= "<link rel='stylesheet' id='avia-google-webfont' href='//fonts.googleapis.com/css?family=".apply_filters('avf_google_fontlist', $this->google_fontlist)."' type='text/css' media='all'/> \n";Regards,
Josue-
This reply was modified 11 years, 1 month ago by
Josue.
-
This reply was modified 11 years, 1 month ago by
-
AuthorPosts
