Forum Replies Created
-
AuthorPosts
-
Hey!
I checked the site and the link is already green. Please remove browser cache then reload the page.
Cheers!
IsmaelHi!
You can try the solution provided here to move the content box below the featured image: https://kriesi.at/support/topic/mash-between-masonry-blog-with-blog-post-grid-layout/#post-397414
Regards,
IsmaelHi!
You can try something like this
@media only screen and (max-width: 767px) { #custom-section .av-parallax.avia-full-stretch.active-parallax { background-position: 50% 20% !important; }}Refer to this link for more info regarding background-position property: http://www.w3schools.com/cssref/pr_background-position.asp
Regards,
IsmaelHey Jasmer!
Thank you for using Enfold.
Are you referring to the Subscribe to blog input field? Try this:
input#subscribe-field { border: 1px dotted #e1e1e1; width: 190px !important; font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100!important; max-width: 190px !important; box-sizing: border-box; }Cheers!
IsmaelHi!
Custom css class attributes are usually added to the grand parent container or the first container of the element. You can use google inspector or firebug to get the proper css selector. This will probably work:
.awesome-easyslider { text-transform: lowercase; font-size: 10px; text-align:center; }For the iconlist, if you use “custom-iconlist” as custom css class attribute, you can use something like this:
.custom-iconlist .iconlist_title { text-transform: none; }Add the !important attribute next to the css value if it doesn’t work.
Best regards,
IsmaelHi!
Create the slider using the Full screen or Full width slider then add the bottom content using the color section. Add a negative top margin to it to create an offset effect.
Regards,
IsmaelHey!
You have this code on the style.css file:
.avia-content-slider { color: white; left: 0px; right: 0px; padding: 0px; position: absolute !important; bottom: 6px; text-align: center; font-size: 13px; }I believe this is a modification for the post slider but since the blog grid and the post slider are using the same script, it breaks the grid. Replace the selector with this:
.avia-content-slider-active .slide-entry .slide-contentCheers!
IsmaelHi!
I forgot to tell you that by default, it should show the category name. Please remove the avf_title_args filter on functions.php.
Regards,
IsmaelHi!
Have you tried to re-install WordPress? Please get a fresh copy of wp then override the old files. A few users have this issue and most of the time, a quick re-install of wp fixed it.
Regards,
IsmaelHey!
There’s a hidden horizontal rule above or beside the icon. Don’t know where that come from but it’s there. Please check your editor. If you can’t seet the horizontal rule element, toggle the elements, change the positions, update the page then revert it back.
Regards,
IsmaelHi leRenaar!
Thank you for using Enfold.
I’m not really sure what the code above does but may you can do a str_replace to remove the BR tags: http://php.net/str_replace
Regards,
IsmaelHi!
Add this to the Quick CSS field:
@media only screen and (max-width: 767px) { #top .container .av-masonry-col-flexible .av-masonry-entry { width: 100%; }}Regards,
IsmaelHey!
I’m sorry but I don’t see the elements with the mouseover class attribute. It’s still the same image element. Please follow the instructions on the links. Create the code using a text or code block.
Cheers!
IsmaelHi!
Edit includes > loop-index.php, replace everything with this code: http://pastebin.com/SUmWtYA2
Add this to the Quick CSS field:
.single .av-share-box { margin-bottom: 50px; }Regards,
IsmaelHey!
Replace the code with this:
.page-id-362 #av_section_1 .avia_textblock > * { font-size: 15px !important; }Cheers!
IsmaelHi!
The code should work. Please try to remove browser cache then reload the page. If it still doesn’t work, try to add this to the Quick CSS field:
#top .portfolio-preview-image .avia-gallery .avia-gallery-big { pointer-events: none !important; }Best regards,
IsmaelHi!
What if you add a custom css attribute to the span class. Something like this:
<span class="awesome-font">TEXT HERE<span>You can then apply a custom color to that class:
.awesome-font { color: red !important;}Try to use the code above without the !important attribute.
Cheers!
IsmaelHi!
I just realized a problem when doing the suggestion above, you won’t be able to specify the location of the custom fields. If you can’t find a workaround regarding that problem, try to use the previous fullwidth template then remove the container part:
div class='container'>And of course, the closing tag:
</div><!--end container-->Regards,
IsmaelHey Remco!
Thank you for using Enfold.
Try to add this to the Quick CSS field:
.av-fixed-size .av-masonry-image-container img { display: block; }Let us know what happens.
Best regards,
IsmaelHey erwin_m!
Thank you for using Enfold.
If you don’t mind, we would like to see a screenshot of the title design that you want. You can disable the title and breadcrumbs container by default then use a special heading element instead.
Cheers!
IsmaelHi Geoff!
Thank you for using Enfold.
If you really want to alter the look of a specific category, you have to create a custom template called category-name.php. Refer to this link for more info: http://codex.wordpress.org/Category_Templates#What_Template_File_is_Used.3F
http://premium.wpmudev.org/blog/how-to-create-a-unique-wordpress-category-archive-page/You can also use the Blog Posts element to create a page which shows a specific category. The problem is, when a user clicks on a category link, they will be taken to the default category template (archive.php). So if you want to have full control over the category page, creating a template is the way to go.
Cheers!
IsmaelHey!
Unfortunately, we can’t provide support for third party plugins. You may need to hire a freelance developer to customize the current plugin that you’re using.
Regards,
IsmaelMarch 1, 2015 at 7:55 am in reply to: Create "Similar Projects" slider, while excluding current portfolio item #404029Hi Phet!
Thank you for using Enfold.
Try to use the Post Slider then set the Offset Number to “Do not display duplicated post etc.”.
Best regards,
IsmaelMarch 1, 2015 at 7:49 am in reply to: Cropping of thumbnails in Post Slider and in Portfolio Grid #404027Hi Phet!
Thank you for using Enfold.
You can set a specific a thumbnail size for the portfolio grid element. Set the Portfolio Grid Image Size to manual then select the image size. Best option will usually depend on the number of columns and the common uploaded featured image size.
Best regards,
IsmaelMarch 1, 2015 at 7:46 am in reply to: Why are my woocommerce product images opening in two lightboxes? #404026Hi!
We replaced prettyPhoto with MagnificPopUp. You can disable the Lightbox Modal Window which will disable the default lightbox. Go to Enfold > Theme Options panel.
Best regards,
IsmaelHey!
Try to adjust the Max Container Width value on Enfold > General Layout > Dimensions panel to increase the default container width.
Cheers!
IsmaelHey aron8778!
Thank you for using Enfold.
Set the transparency font color on Enfold > Header >Transparency Options. You may need to adjust the default color on Enfold > Advanced Styling panel.
Best regards,
IsmaelHi!
If you set the Slideshow Image Size to 1500x430px, you need to upload images that are larger than that specification. WordPress can’t increase the size of the images uploaded. It can only create smaller version of the thumbnails.
Best regards,
IsmaelFebruary 27, 2015 at 10:52 am in reply to: Second Sidebar Pages Question – moving code to child theme #403296Hi!
Replace it with this:
register_sidebar(array( 'name' => 'Sidebar Blog 2', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', )); register_sidebar(array( 'name' => 'Awesome Sidebar', 'before_widget' => '<section id="%1$s" class="widget clearfix %2$s">', 'after_widget' => '<span class="seperator extralight-border"></span></section>', 'before_title' => '<h3 class="widgettitle">', 'after_title' => '</h3>', ));Regards,
Ismael -
AuthorPosts
