Forum Replies Created
-
AuthorPosts
-
May 26, 2017 at 11:24 am in reply to: The translated page with wpml does not respect the left vertical menu #800084
Problems in the lower part, the bar does not continue to the footer..
Same problem, you have found a solution?
February 11, 2017 at 11:00 am in reply to: Menu e logo header left – Switching to mobile menu on higher resolutions #745745ok no work sorry…
February 9, 2017 at 9:54 pm in reply to: Menu e logo header left – Switching to mobile menu on higher resolutions #745090February 7, 2017 at 11:21 am in reply to: Menu e logo header left – Switching to mobile menu on higher resolutions #743813sorry …
Sorry for the delay .. I Got Trouble
Can you help me again?ok ..
now works thanks..
thanks…
thanks…same problem in this site …http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/
I’m inserting this code function.php
add_filter( ‘script_loader_src’, ‘fix_google_maps_api’, 10 , 99, 2 );
function fix_google_maps_api ( $url, $handle )
{
$key = ‘AIzaSyBrMN352bUaa1fGgaI87A7UCvNscKdjXXX’;
if ( strpos( $url, “maps.google.com/maps/api/js” ) !== false || strpos( $url, “maps.googleapis.com/maps/api/js” ) !== false )
{
if ( strpos( $url, “key=” ) === false )
{
$url = “http://maps.google.com/maps/api/js?v=3.27”;
$url = esc_url( add_query_arg( ‘key’,$key,$url) );
}
}
return $url;
}I resolved I found this
add_action( ‘woocommerce_before_single_product’, function() {
?>
Menu
<?php
});thanks and sorry
November 8, 2016 at 2:51 pm in reply to: Menu e logo header left – Switching to mobile menu on higher resolutions #709834ok
thanksNovember 8, 2016 at 9:42 am in reply to: Menu e logo header left – Switching to mobile menu on higher resolutions #709663no non work :-(
November 6, 2016 at 9:45 am in reply to: Menu e logo header left – Switching to mobile menu on higher resolutions #708813I have this pop-up:
“These options are only available if you select a layout that has a main menu positioned at the top. You currently have your main menu placed in a sidebarYou can change that setting at General Layout”
YES!!!!
and I was looking for !!!
but how can I add in child thems?
help me …I’m trying it on a test web site
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: ‘\E816’!important;
font-family: ‘esopoicon’;
}with css works :-(
sorry for my English…
I want to change the post hover slider iconcan you give me more help I can not understand?
how to change the icon of the post slider example … ??
sorry but I do not understand how it works
function avia_replace_standard_icon($icons)
{
$icons[‘standard’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’);
return $icons;
}thanks
April 22, 2016 at 9:06 am in reply to: Problems after the update with the "contents elements" in the page #619651the blocks are not 100% width
I try to enter my css code and now works
.html_header_sidebar .av_default_container_wrap, .html_header_sidebar .container_wrap_first{
width: 100%;
}see example:
http://prnt.sc/avbyoksorry… :-(
problem still found only on the individual pages
with active form …thanks but I found the problem .. plugin contact form 7 and contact form datepicker …
datepicker created a conflict
I have to find a new path ..
thanks and sorryI included this css to make it work:
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px)#top .summary.entry-summary .single_variation_wrap{
display: block!important;
}}
you have different ideas? thank youbecause now it works… but I have a problem with the menu…
widths large menu, you can see if the menu brands
can you help me?May 23, 2015 at 6:41 am in reply to: woocomerce and page builder I can not see title e price in the single product p #448940This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Sorry no work..
function av_change_logo($logo)
{
if(is_page(3458) )
{
$logo = “http://www…../logo1.png”;
}
elseif(is_page(3517) )
{
$logo = “http://www…../logo2.png”;
}
elseif(is_page(3512) )
{
$logo = “http://www…../05logo3png”;
}
return $logo;
}
change:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
if(is_page(3458) ){
$sub .= ““;
}
elseif(is_page(3517) ){
$sub .= ““;
}
elseif(is_page(3512) )
{
$sub .= “http://www…../05logo3png;
}
return $sub;
}sorry for my english …
product pages, created by woocommerce plugin, I have an error message ..
this:
“Please note that the Advanced Layout Builder for products will not work with all WooCommerce Extensions”February 24, 2015 at 12:05 pm in reply to: Custom Form using Contact Form Styling (without AJAX) #401317Hi Josue, thanks for your kind response, I figured out a similar solution taking a look at class-form-generator.php.
All the best,
Pasonow works ..the problem was local thanks
This reply has been marked as private. -
AuthorPosts