Forum Replies Created
-
AuthorPosts
-
Hi!
I tested the links, I can see the mouse cursor change to pointer when I hover over the iconbox top icons. Add this on your custom.css or Quick CSS:
.iconbox_top .iconbox_icon { cursor: pointer !important; }
Regards,
IsmaelJanuary 5, 2014 at 7:22 am in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205497Hey!
Please modify the code that I gave you. Replace it with this:
<meta property="og:title" content="<?php echo get_the_title(); ?>"/> <meta property="og:description" name="description" content="<?php echo get_the_excerpt(); ?>" /> <meta property="og:image" content="<?php echo avia_image_by_id(get_post_thumbnail_id(), 'large', 'url'); ?>" />
Remove browser cache then reload the page a few times. Test it on another browser. Let us know if it helps.
Cheers!
IsmaelHey Courin!
Edit header.php, find this code:
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
Below, add this code:
echo "<div class='header-search'>"; get_search_form(); echo "</div>";
Add this on your custom.css or Quick CSS:
.header-search { position: absolute; top: 30px; left: 250px; }
Modify the main menu font using this:
.header_color .main_menu ul:first-child > li > a { color: red; } .main_menu ul:first-child > li > a { display: block; text-decoration: none; padding: 0 13px; font-weight: normal; font-size: 15px; }
Cheers!
IsmaelJanuary 5, 2014 at 7:07 am in reply to: Product image on single product page hover issue on IE #205495Hey!
Can you please give us a link to the actual website? Add this on your custom.css or Quick CSS:
.four.units.single-product-main-image.alpha { overflow: hidden; }
Regards,
IsmaelHey cbrand!
Can you please give us a link to the website? I don’t see anything wrong with the settings.
Best regards,
IsmaelHi!
Did you install the WPML string translation extension? You don’t need to switch the permalink settings to default. Please post the login details here as a private reply.
Cheers!
IsmaelHey!
You can add this on your custom.css or Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper { max-width: 100%; } #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
Adjust the max width.
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS.
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin: 20px 0; } #header_meta { position: absolute; bottom: 35px; border: none; box-shadow: none; background: none; left: 18%; } }
Please remove browser cache then reload the page.
Cheers!
IsmaelHi!
This will get you started. Add this on your custom.css or Quick CSS:
.current-menu-item.current_page_item a { background: gray; border: 3px solid green; border-radius: 6px; } .main_menu ul:first-child > li a { height: 50px !important; line-height: 50px !important; } .main_menu { position: absolute; top: 30%; }
Regards,
IsmaelHey!
I don’t see any content slider on the website. Can you please point us to the actual page?
Cheers!
IsmaelHey Design!
No, that is not possible with the Portfolio Grid element but you can do it using the Blog Posts element. On “Do you want to display blog posts?” option, choose “Display entries from a custom taxonomy”. “Which Entries?” should be “Post Tag”. Choose the Grid Layout for the “Blog Style” option to make it look like the Portfolio Grid layout somehow.
Cheers!
IsmaelHey David!
You can use this:
.main_color input[type='submit']:hover { background: orange; color: white !important; }
Best regards,
IsmaelJanuary 4, 2014 at 7:14 am in reply to: How to implement a Full Page Background Image for a given page #205270Hey!
I’m sorry but can you please post a screenshot of what you’re trying to do? A link to the actual website will help.
Regards,
IsmaelHey!
You can remove the nested sidebar pages on Enfold > Sidebar > Page Sidebar navigation. Save changes.
Cheers!
IsmaelHey photobooth214!
Can you please give us a link to the page? Do you have a cache plugin? Please disable it while editing the page.
Best regards,
IsmaelJanuary 4, 2014 at 7:06 am in reply to: AddThis Facebook icon doesn't grab proper text or photo. #205265Hi!
I’m sorry about that. Have you tried Dude’s recommendation? I’m sure it will work. :)
Cheers!
IsmaelJanuary 4, 2014 at 7:01 am in reply to: Avia Layout Builder doesn’t show elements after page actualize #205262Hi jbenn!
Can you please give us a link to the actual website? Please try to increase the wordpress php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
IsmaelHi!
Glad it worked. Please don’t forget to remove browser cache then reload the page a few times to see the changes.
Regards,
IsmaelHey!
You can use this for the sub or top menu:
.sub_menu>ul>li:hover a { background: gray; padding: 10px 0 5px 0; }
Cheers!
IsmaelHi iceadmin!
No, that is not possible at the moment. You need to manually modify the theme to have two different logos on different pages. Please hire a freelance developer to add the second logo. You can visit http://werkpress.com/.
Best regards,
IsmaelHey!
If I am not mistaken it will return the name of the CPT. Please test it further. :)
Best regards,
IsmaelHey rcribble!
Can you please give us a link to the actual page with the table? We need to inspect it. The image you posted is incorrect.
Cheers!
IsmaelHey kirzy!
The whole site loads completely in less than 10 seconds on my end including the LayerSlider. That is fast considering how slow the internet connection that I use compare to other internet service providers. I can only suggest to upgrade the hosting services since you already made some page speed optimization.
Regards,
IsmaelHey!
Please use this:
.page-id-18 .flex_column.av_one_fourth { margin-top: 5px; }
Regards,
IsmaelHi!
Please add this on your custom.css or Quick CSS to adjust the height then position the language selector properly:
#lang_sel_click a, #lang_sel_click a:visited { line-height: 5px; } #lang_sel_click { position: absolute; top: -10px; left: -150px; } #lang_sel_click .sub_menu li ul { top: 26px; left: 10px; border-top: none; }
Cheers!
IsmaelHey!
Please use this plugin to prevent emails from going into the junk or spam folders: http://wordpress.org/plugins/easy-wp-smtp/
We always recommend the Contact Form 7 plugin.
Best regards,
IsmaelHey EvanMPW!
You can use a Text Block then switch to the Text editor. Add the youtube embed code under Share panel.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0" frameborder="0" allowfullscreen></iframe>
The “?rel=0″ at the end of the URL will disable the suggested videos. You can also add “&autoplay=1″ to enable auto play.
<iframe width="560" height="315" src="//www.youtube.com/embed/w9OhG7Wx1CY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>
Best regards,
Ismael -
AuthorPosts