Forum Replies Created
-
AuthorPosts
-
Hey!
Please post the link to the website. We would like to inspect it.
Best regards,
IsmaelJanuary 21, 2014 at 5:08 am in reply to: Anchors to a single page navigation without the color section component #212618Hey!
Add this on the English version’s Quick CSS:
.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a { color: #808080; } .header_color .main_menu ul:first-child > li.current-menu-item > a { color: #333333; }
Best regards,
IsmaelHey!
Please use this to constrain the height of the images on mobile view:
@media only screen and (max-width: 767px) and (min-width: 480px) { #top div .avia-gallery img { max-height: 132px; } }
Best regards,
IsmaelHey paulrt27!
You can sort them on Appearance > Menus, drag the menu items in order.
Regards,
IsmaelJanuary 21, 2014 at 4:55 am in reply to: Adding different font weights to h1, h2 and paragraphs #212614Hi!
You can use this:
h1 { font-family: 'Raleway', sans-serif; font-weight: 600; font-size: 20px; } h2 { font-family: 'Raleway', sans-serif; font-weight: 500; font-size: 14px; }
Regards,
IsmaelHi!
It should widen the tool tip box. Can you please give us a link to the page with the icon?
Regards,
IsmaelJanuary 21, 2014 at 4:52 am in reply to: Theme styling still not loading for some pages, on Firefox, Chrome and Safari. #212609Hey!
Is it fixed now? Maybe you’re seeing a browser cached page. Try to remove the browser cache then reload the page. :)
Cheers!
IsmaelHi!
You need to edit those files via FTP or you can add the code on the child theme’s style.css.
Cheers!
IsmaelHi!
@recumbent: Did you add any css modifications or edit anything on the theme files? You should probably download the theme again then override your installation via FTP: http://vimeo.com/channels/aviathemes/67209750Best regards,
IsmaelHey jtree5757!
Please try the different “Size Settings” for the fullwidth masonry gallery. They can fit at least 4 images.
Regards,
IsmaelHey RichardBrooks!
There is a p tag at the very bottom of the button code. Can you see that on the editor? If not, please add this on Quick CSS or custom.css:
.caption_framed .slideshow_caption .avia-caption-content p:last-child { display: none; }
Regards,
IsmaelJanuary 21, 2014 at 2:52 am in reply to: Short horizontal ruler css styling shows on some and others remain unchanged #212567Hi simmer!
What are the changes that you made? Please elaborate. A screenshot will help.
Best regards,
IsmaelHey claireremington!.
You can adjust the left and right padding of the tab title to change the width:
.js_active .top_tab .tab { border-bottom: none; padding: 12px 30px 14px 30px; }
Regards,
IsmaelHey elbnetz!
What do you mean by entypo codes? Can you please give us a link to a test page with the icons? A screenshot will help.
Regards,
IsmaelHi!
You can edit includes > loop-index.php. Please use the Blog Posts element using the Advance Layout Builder to have more control over the Blog page.
Regards,
IsmaelHi Lead!
Edit css > base.css, find this code on line 363:
.image-overlay .image-overlay-inside:before{content:"\E869"; font-family: 'entypo-fontello'; font-size: 18px; font-weight: normal; }
Replace the content value “\E860” with a different fontello icon.You can refer to this link for more icon codes: http://www.entypo.com/characters/
Regards,
IsmaelJanuary 21, 2014 at 2:17 am in reply to: Is there a way to add a Search Box next to magnifying glass icon #212545Hey tdgano!
You can edit header.php, find this code on line 178:
wp_nav_menu($args);
Below, you can add the search form code:
echo "<div class='s2'>"; get_search_form(); echo "</div>";
Add this on Quick CSS to position the searchform:
.s2 { position: absolute; right: -0; }
Best regards,
IsmaelHey HankInTheForest!
Please edit the menu item on Appearance > Menus then put a hashtag(#) sign on URL field.
Regards,
IsmaelJanuary 21, 2014 at 2:08 am in reply to: Remove everything but the date in Portfolio Items shown in the blog… #212539Hey spatton!
You can add this on Quick CSS:
.post-meta-infos span { display: none; }
Regards,
IsmaelHey TFT!
That is not possible at the moment. You can only adjust the width of the tooltip. Use this on Quick CSS:
#top .avia-icon-tooltip { width: 500px; font-size: 15px; line-height: 1.6em; }
Best regards,
IsmaelJanuary 21, 2014 at 1:49 am in reply to: Header navigation menu and spacing on blogpage/post #212517Hi!
Please use this instead:
.top-tel { position: relative; z-index: 999 !important; }
Regards,
IsmaelHey ubercool!
You can add this on Quick CSS:
.meta-heading .special-heading-inner-border { opacity: 0.9; filter: alpha(opacity=90); }
Regards,
IsmaelHey!
This is not a theme feature. Please hire a freelance developer to add an ajax or pop up error feature for the default wp comment section. You can visit Werkpress/.
Regards,
IsmaelHi hyperstream!
You should probably add another item or use this on Quick CSS to move the items to the right:
.av-masonry-entry.av-masonry-item-loaded { margin-left: 10%; }
Use media queries to target different screen sizes.
Regards,
IsmaelHi dmarzean!
Please give us a link to the website. Do you have the latest version 2.4.5 of Enfold? Try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
IsmaelHey!
Can you please give us a link to the website? Do you have a cache plugin? Please flush the settings after you change the styling. Deactivate all existing plugins, see if the issue persist. If you have an access to the cpanel, please go to wp-content/uploads/dynamic_avia folder then change the file permission of enfold.css to 755.
Best regards,
IsmaelHey designguy2006!
Please try to deactivate the minify plugin then flush the cache settings again.
Cheers!
Ismael -
AuthorPosts