Forum Replies Created
-
AuthorPosts
-
Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueUsing the code Peter provided, i just modified this line:
if($external_link) $link = $external_link;
To this:
if($external_link) $link = $external_link[0];
So it will get the first item of the Array.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHi!
The “Side List” Widget is empty: http://rudimovie.org/webworks/wp-admin/widgets.php
It may be caused due to the WP upgrade.
Best regards,
JosueThis reply has been marked as private.Hola Salvador,
Cuando lo cambies de lugar me parece que lo único que tienes que modificar es la ruta del enlace personalizado que puse en el Menu, ya que esta puesto como estático.
Cualquier cosa me puedes escribir a (Email address hidden if logged out) o responder a este hilo.
Saludos,
JosueDecember 17, 2013 at 6:45 pm in reply to: Gravity Forms Styling – Custom CSS not taking effect #201221Hey!
I tested this rule and it works:
.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction { font-size: 13px !important; }
Try adding the !important rule.
Best regards,
JosueOpened :)
Cheers!
JosueDecember 17, 2013 at 8:09 am in reply to: How can i add flag on top menu (I create 2 website for 2 language) #200988Hi!
Create two custom link in the Menu (both sites) and put them a class of .flag-x and .flag-z. after you done that reply back to this topic so we can try to add the flags with CSS, also provide us with the images you want to use as flags.
Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueDecember 17, 2013 at 8:03 am in reply to: Vertical JQuery Submenu Hidden Behind Main Content #200983Hi!
Here’s how i see it:
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.logo img { height: auto !important; }
Also, i think you would need to modify your logo, there are some spaces on the sides.
Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHey Fabrice!
Create a Page, without entering into Advanced Layout Builder use the Magic Wand tool to create the button you need, then simply copy the generated shortcode to your LayerSlider.
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.grid-image.avia-hover-fx { pointer-events: none; }
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.hr-short { margin: 5px 0; }
Cheers!
JosueHi!
Comment line 39 on single.php to turn it off:
//get_template_part( 'includes/related-posts');
Regarding the thumbnail issue, try re-generating them with this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueYou need to change the .page-id-xxx class by the actual page ID, for example:
.page-id-112 #header{ display: none !important; }
Best regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHey!
The URL you provided is not working.
Best regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueHola José,
Eso no es posible que yo sepa. Tal vez con video HTML5 (y aun asi seria complicado), pero no con YouTube.
Saludos,
JosueHi Marshall,
Can you post the link to your gallery please?
Regards,
JosueDecember 17, 2013 at 5:18 am in reply to: Vertical JQuery Submenu Hidden Behind Main Content #200951Hey!
Try adding this code to the Quick CSS:
.sidebar.sidebar_right.smartphones_sidebar_active.three.alpha.units { overflow: visible !important; width: 239px !important; float: left !important; } .sub-container { right: 188px !important; }
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
#top .main_menu .menu li ul ul{ left: -275px !important; }
Cheers!
JosueDecember 17, 2013 at 4:54 am in reply to: Gravity Forms Styling – Custom CSS not taking effect #200946Hey Dave!
Here’s how i see it:
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi John!
That ‘header’ refers to the Header with Page Title and Breadcrumb Navigation, not the top header, to hide that, use this code (add it to Quick CSS):
.page-id-xxx #header{ display: none !important; }
Best regards,
Josue -
AuthorPosts