Forum Replies Created
-
AuthorPosts
-
September 27, 2013 at 5:37 am in reply to: How to change the color of vimeo embbeded player? #167015
Hi brelax!
I’m not sure if that’s possible with the default WordPress embedding of videos (which Enfold uses), perhaps you can try to do it with a plugin like this one.
Regards,
JosueHi!
Yes it has, because in order to make it appear like a button i have to alter the height (it was vertically centered because the original height was 100%).
Try this:
#top .main_menu .menu { margin-top: 35px } #top .header-scrolled .main_menu .menu { margin-top: 3px }
Cheers!
JosueHi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com?
Regards,
JosueHello!
Try applying this CSS code:
.inner_sidebar{ margin-left: 40px; }
Best regards,
JosueGlad we could help :)
Regards,
JosueHi!
Open js/shortcodes.js, go to line 1006/1007, add this code (replace the google.com by the desired URL):
window.location="http://google.com";
It should look like this:
Cheers!
JosueSeptember 26, 2013 at 11:24 pm in reply to: Enfold Theme Options – Frontpage Settings – select page blank #166766Hi,
Can you create an administrator account and send it to me at avia.josue (at) gmail.com?
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHello!
Looks like you already applied a border to the footer container:
#footer.container_wrap.footer_color { border-bottom: none!important; border-top: 1px solid #c980a3 !important; }
You can target the footer widget title font with this selector:
#footer .widgettitle{ font-size: 2em; }
Regards,
JosueHello Ramiko!
Try with this:
#top .main_menu .menu > li > a{ padding: 10px; background: gray; height: auto !important; line-height: 16px !important; border-radius: 10px; margin: 0 3px; }
Cheers!
JosueHi David,
Can you post the link to your website please?
Regards,
JosueSeptember 26, 2013 at 11:02 pm in reply to: Menu not working (invalid URL's) on tablet/phone #166752Glad its working for you now, i’m closing this topic.
Regards,
JosueHello José!
Yes, this CSS code may work for you:
.header_bg{ background: transparent; }
Regards,
JosueHey Santi!
Are you using the Spanish version of WordPress? it should change automatically if they are in the correct folder with the correct name.
Regards,
JosueHi!
I fixed it, check your website.
There was a overflow: hidden applied to the header which caused the menu not to see.
Regards,
JosueSeptember 26, 2013 at 10:37 pm in reply to: How to make Page Sidebar Menus have the same order set in Appearances > Menu #166744Hey!
I don’t think there is a way to ‘link’ the Menu order with the wp_list_pages order, i see it easier invoking the menu listing as a Menu, rather than as the default page list widget.
Cheers!
JosueSeptember 26, 2013 at 8:39 pm in reply to: How to make image menu in header which have hover and active effect? #166732Hello!
Regarding issue 1, you must use a selector like this one (target the li):
#menu-item-3964 a{ background: url(...); }
Cheers!
Josue-
This reply was modified 11 years, 6 months ago by
Josue.
September 26, 2013 at 8:36 pm in reply to: How to make image menu in header which have hover and active effect? #166731Hey!
Regarding issue 2:
.main_menu ul:first-child > li > a { display:block; background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_bg_grey.png) no-repeat top; } .main_menu ul:first-child > li > a:hover, .main_menu ul:first-child > li.current-menu-item > a, .main_menu ul:first-child > li.current_page_item > a, .main_menu ul:first-child > li.active-parent-item > a, .main_menu ul:first-child > li.active-ancestor-item > a { background:url(https://interpeople.co.kr/wp/wp-content/uploads/2013/09/logo_menu_pollimolli_blue.png) no-repeat top; display:block; }
Cheers,
JosueSeptember 26, 2013 at 8:20 pm in reply to: How to place img tag inside h1 tag – using Avia builder? #166726Glad we could help :)
Regards,
JosueHello!
Do as following:
1. Create a ‘Color section’ and give it an ID
2. Put a text block in it
3. Inside the text block put your HTML iframe code.
4. Apply this CSS:#myid .container, #myid .container iframe{ width: 100%; }
Change #myid for the correct ID.
Result:
Regards,
JosueSeptember 26, 2013 at 4:32 pm in reply to: How to make Page Sidebar Menus have the same order set in Appearances > Menu #166689Hello!
Glad it’s working for you, the plugin alters the ‘menu_order’ of pages, which have nothing to do with any Menu (Appearance) order.
For further information: http://codex.wordpress.org/Function_Reference/wp_list_pages
‘menu_order’ – Sort Pages by Page Order. Note the difference between Page Order and Page ID. The Page ID is a unique number assigned by WordPress to every post or page. The Page Order can be set by the user in the Pages→Edit panel. See the example below.
Best regards,
JosueSeptember 26, 2013 at 4:27 pm in reply to: !URGENT! # in-page links on main menu not working #166688Hi!
I sent you an email, i think you must select Large padding setting in the color sections, that way there is enough room for the content to display.
ex: http://disruptivevision.com/products/#av_section_2
Best regards,
JosueHello!
Please post the link where you are trying this.
Best regards,
JosueSeptember 26, 2013 at 8:08 am in reply to: How to make Page Sidebar Menus have the same order set in Appearances > Menu #166478Hello Darryl!
You may want to take a look at this plugin, it allows you to alter the default order of pages, so you can mimic the already ordering from Appearances > Menu.
Best regards,
JosueSeptember 26, 2013 at 8:05 am in reply to: Can I put the search widget on front page without a sidebar? #166477Glad its working for you now :)
Regards,
JosueSeptember 26, 2013 at 8:00 am in reply to: white screen after activate theme on fresh wordpress install #166476Hey!
You should increase php memory limit on wp-config.php file, add this:
define('WP_MEMORY_LIMIT', '128M');
Cheers!
JosueHi plentz!
Apply this CSS code:
#disqus_thread{ padding-right: 50px; }
Best regards,
JosueHey kriru!
Use this CSS code:
.title_container{ display: none; }
Regards,
JosueHello!
Regarding issue 2, change the $author_url =.. line by this:
$author_url = get_site_url()."/author/".get_the_author_meta( 'user_nicename' , $author_id );
Cheers,
JosueSeptember 26, 2013 at 7:46 am in reply to: How to place img tag inside h1 tag – using Avia builder? #166469Hi zuross!
You can create a Text block, and then hard-code the HTML while in the Text tab:
Regards,
Josue -
This reply was modified 11 years, 6 months ago by
-
AuthorPosts