Forum Replies Created
-
AuthorPosts
-
Hey!
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!
IsmaelHey eric_peeters!
Can you please post a link to the actual subcategory page? Please add this on your custom.css or Quick CSS:
.tax-product_cat .page-thumb { display: none; }Best regards,
IsmaelHey heufti65!
Edit includes > related-posts.php, find this code on line 65:
$output .= "<h5 class='related_title'>".__('You might also like', 'avia_framework')."</h5>";Best regards,
IsmaelHey!
You can edit header.php, find this code on line 101:
if(strpos($headerS,'bottom_nav_header') === false) avia_social_media_icons($social_args);Below, add the do_shortcode function with the plugin’s shortcode:
echo do_shortcode( '[sc_embed_player fileurl="http://myblog./wp-content/uploads/2014/01/music.mp3" volume="10" loops="true"]' );Add this on Quick CSS to position the button properly. Adjust if necessary.
.sc_player_container1 { position: absolute; top: 0; left: 83px; }Regards,
IsmaelJanuary 13, 2014 at 2:13 pm in reply to: How to add the underline bar in the menu ? How to add a non-google font ? #208928Hi!
1.) It should be there by default. Try to download the theme again then update your installation.
2.) What is the font you’re trying to use? Did you create a font folder inside the enfold theme? Please post the @font-face code that you created.
Cheers!
IsmaelHey Kalmatron!
1.) Edit the Portfolio Grid element then look for “Link Handling”, choose “Display the big image in a lightbox”.
2.) Add this on your custom.css or Quick CSS:
.tiled-gallery-item.tiled-gallery-item-large a img { width: 100% !important; padding: 2px; }Regards,
IsmaelHi!
You can use this:
`.iconlist_title {
text-transform: capitalize !important;
}Best regards,
IsmaelHey!
Yes, define the normal size for the max width and height. Please post the link to your website. What is the size of your logo?
Cheers!
IsmaelHi Vermishelle!
Please refer to this link on how to add social icons: https://kriesi.at/support/topic/adding-custom-social-icons/
Best regards,
IsmaelHi oliviad!
Maybe, he’s doing something that alters the style or content of the page. Can you please post a screenshot of the issue? The page looks fine on my end.
Best regards,
IsmaelHey webpress!
You can adjust the position of the logo using this on Quick CSS:
.logo.bg-logo { top: 20px; }Adjust the top value if necessary.
Cheers!
IsmaelHi Dogmut!
After you added the images on the fullscreen slider, click on the images again then insert a caption title and description. You can also add a button.
Regards,
IsmaelHey keneastwood!
You can reduce the padding above the footer using this on Quick CSS:
.avia-section-large .content, .avia-section-large .sidebar { padding-top: 70px; padding-bottom: 10px; }The page http://cravensafetyservices.co.uk/health-and-safety-support-packages/ gives me a 404 error.
Regards,
IsmaelHi MtnStreamGroup!
Can you please give us a link to the page? I tested this on my end and the alt tag doesn’t show up when I didn’t place anything on the Image Caption field.
Regards,
IsmaelHey!
I’m trying to find a solution here and I’m so glad Dude provided one. Dude’s code works on my end. Please replace this line with the exact Blog title that you have:
$search = 'SEO Tools to Equip Your Business – Blog';I have a page named “Blog” then I replace the breadcrumb trail to “Awesome Blog”. This is the result:
Best regards,
Ismael -
AuthorPosts

