Forum Replies Created
-
AuthorPosts
-
Hi!
Place it outside the comment tag. Add Josue’s code below this line:
add_filter('kriesi_backlink','__return_false');Regards,
IsmaelHey peacnet!
Please add this on your custom.css or Quick CSS:
#top .avia-logo-element-container img { width: auto; }Refer to this link: https://kriesi.at/support/topic/partnerlogo-element-is-a-mess-on-ie10/
Best regards,
IsmaelHi!
You can add this on your custom.css or Quick CSS to move the social bookmarks or icons on mobile view:
@media only screen and (max-width: 767px) { .responsive #header .social_bookmarks { left: 0; } }Regards,
IsmaelHi DavidMiles!
Can you please post the login details here? I’m guessing a plugin is causing the issue. Please try to deactivate the SEO plugin if you have any.
Best regards,
IsmaelJanuary 14, 2014 at 11:39 am in reply to: Double links to my home page in the Enfold BreadCrumbs #209386Hi!
Please post the link here when you’re ready. We’re not really comfortable handing our ip addresses. A screenshot will help. :)
Cheers!
IsmaelHey!
Edit header.php, find this code on line 117:
<body id="top" <?php body_class($style." ".$avia_config['font_stack']); ?>>Below, add this code:
<div id=”fb-root”></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1&appId=526220487494071"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script>Edit single.php, find this code:
//wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');Replace it with:
echo '<div class="fb-comments" data-href="http://www.indiatrail.org/blog/" data-numposts="5" data-colorscheme="light"></div>';Best regards,
IsmaelHi!
The password seems to be incorrect. I tried and I got this message:
You attempted to access the "Aborto na Nuvem" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access the "Aborto na Nuvem" dashboard, please contact your network administrator. If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way. Your Sites Aborto na Nuvem Brasil Visit Dashboard | View SiteRegards,
IsmaelHey!
You can use the following selectors to alter the submenu:
.main_menu .menu ul { display: none; margin-left: 0; left: 0; position: absolute; top: 100%; width: 208px; z-index: 2; padding: 0 0; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); margin-top: -1px; } .header_color .main_menu ul { border-top-width: 2px; border-top-style: solid; } .header_color .main_menu ul:first-child >li > ul, #top .header_color .avia_mega_div > .sub-menu { border-top-color: #719430; } .header_color ul { border-color: #e1e1e1; }Best regards,
IsmaelHey!
I’m sorry but we need to see the actual website. Please post it here. I’m trying to locate the actual page but I just can’t find it.
Cheers!
IsmaelHey Rohan!
What is the facebook plugin that you use? Do the plugin use shortcodes? You can replace the comments code on single.php.
Regards,
IsmaelHey!
I’m sorry but I don’t understand it clearly. Do you want the ajax portfolio link to open in a lightbox? I’m not sure if it is easy to implement but if that’s what you want we’ll look into it. To get more help about wordpress customization, please visit http://werkpress.com/.
Regards,
IsmaelJanuary 13, 2014 at 6:02 pm in reply to: problems with enfold. padding, vimeo preview picture, advanced layer slider #209073Hi!
Try to adjust the main div padding using this on Quick CSS:
.fixed_header #main { padding-top: 30px; }Cheers!
IsmaelHi!
I don’t see the same issue with the screenshot. Is this fixed?
Best regards,
IsmaelHey!
Please use this to adjust the top margin of columns:
body .column-top-margin { margin-top: 0px; }Best regards,
IsmaelJanuary 13, 2014 at 3:22 pm in reply to: How to add the underline bar in the menu ? How to add a non-google font ? #208975Hey!
Don’t place the font face code inside the media queries. Place the code under:
/* General Custom CSS */Best regards,
IsmaelHey!
If you want to show the page thumb on those pages, you can use this:
.tax-product_cat.term-warmtepompen .page-thumb { display: block; }This is for the category page “warmtepompen”. You can do the same with the other category pages. Make sure you place it below the first code I posted above.
Regards,
IsmaelHey!
Can you please give us a link to the blog page? Please post a screenshot of the element you’re trying to remove.
Best regards,
IsmaelHey David!
Please use this on your custom.css or Quick CSS to adjust the height of the menu list:
.main_menu ul:first-child > li a { height: 40px !important; line-height: 40px !important; }Add this to move the main menu position:
#avia-menu { position: relative; top: 30px; }Cheers!
IsmaelHi Mario!
You can refer to this link: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
Regards,
IsmaelJanuary 13, 2014 at 3:09 pm in reply to: Change Woocommerce category name font size and style #208964Hi!
Please add this on your custom.css or Quick CSS to change the category names:
.products .product h3 { padding-top: 5px; font-size: 15px; line-height: 18px; font-weight: normal; margin: 0; font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif; font-weight: 600; text-transform: uppercase; }You can move the category title using this:
.product-category a h3 { position: absolute; top: 0; } .product-category a img { position: relative; top: 30px; }Regards,
IsmaelHey!
Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Regards,
IsmaelHey!
Can you please post a link to the actual subcategory and category page?
Cheers!
IsmaelJanuary 13, 2014 at 2:59 pm in reply to: Mobile issues with header buttons, layer slider and menu #208958Hey!
1.) Please add this on custom.css or Quick CSS to move the reserve now button when viewing on iPad:
@media only screen and (max-width: 989px) and (min-width: 768px) { .header-buttons { left: 0; } }2.) How did you add the content boxes on the layer slider? You can a unique css selector to each layer. Edit the layer then go to Attributes panel. You can use this selector to hide the layer on mobile devices using media query.
3.) Can you please post a screenshot of the issue? Add this on Quick CSS:
#top .main_menu .menu li:hover { background: transparent; }Regards,
IsmaelJanuary 13, 2014 at 2:52 pm in reply to: Change Woocommerce category name font size and style #208952Hey eric_peeters!
I’m a bit confused about the category names. Is this the category inside the single product view or the title of the category page? Can you please post a a link to the actual page or category names?
Best regards,
IsmaelHey!
@lucindaholland: Please create a new topic. We don’t want the issues and request getting jumbled up. Anyway, please post a screenshot of what you’re trying to achieve with the logo.Best regards,
IsmaelHi Mattia!
Edit the Blog page then look for Layout > Header Settings > choose “Don’t display the header”.
Cheers!
IsmaelHey!
You can only specify a certain height for the LayerSlider but it will not exactly fit the browser screen. Please hire a freelance developer to configure the Layer Slider plugin to fullscreen.
Cheers!
Ismael -
AuthorPosts
