Forum Replies Created
-
AuthorPosts
-
Hey kailibuy!
Try adding this to your custom CSS.
.avia-icon-list .iconlist_content_wrap { overflow: visible !important; }Cheers!
ElliottHey!
I think that should be working. Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHi peterolle!
Add this to your custom CSS.
.single .big-preview { display: none !important; }Best regards,
ElliottApril 20, 2015 at 9:43 pm in reply to: Where to change default police size in the text block? #431620Hey Soapmarine!
Do you mean the default font size? Try adding this to your custom CSS.
#top .avia_textblock p { font-size: 14px; }Cheers!
ElliottHey sarahed!
Try adding this to your custom CSS.
#top #header .av-main-nav > li > a { padding: 0 6px !important; }Best regards,
ElliottHey!
It’s working fine on my XAMPP setup. Are you using a caching plugin?
Cheers!
ElliottHey Courtney!
It looks good on my end. Are you trying to make it bigger? If so then try increasing your header size in Dashboard > Enfold > Header.
Regards,
ElliottHi Jessica!
Add this to your custom CSS.
.slideshow_align_caption { bottom: -50px; display: block !important; position: absolute; }Best regards,
ElliottApril 20, 2015 at 9:20 pm in reply to: How Do I Install A Get Response Opt In Web Form For My Home Page? #431603Hi EthicalSeller!
1. I’m not sure I understand but paste the code your supposed to use here and we’ll try and figure out what you need to do.
2. Hmm, I noticed you had a few deleted sliders. One of them had the same name as the slider your trying to use. When I restored it the slider started to load on your homepage again. Not sure what’s going on there. I would just create a new slider with a different name and use that.
Best regards,
ElliottHi tjpicasso!
Add this to your custom CSS.
.avia-section { border-color: transparent !important; }Best regards,
ElliottHi!
I do not know. Also, I do not think it’s going to work like that. It would be best to hire a freelancer out to help you with this customization.
Regards,
ElliottApril 20, 2015 at 9:02 pm in reply to: spacing malfunction between paragraphs and around photos – on 1 post #431596Hi dominiquehurley!
Your markup looks weird. Instead of paragraphs it’s a bunch of divs. Perhaps it’s a plugin your using.
You may need to go back in and remove the divs and switch them to paragraphs.
Cheers!
ElliottHey 2GuysTalking!
How are you implementing the ubermenu? I checked your link but right now the Enfold menu is displayed.
Did you edit the theme files? If so then an update would have overridden those so you’ll need to do the edits again.
Cheers!
ElliottHi makeitbritish!
Try adding this to your custom CSS.
.grid-entry, .grid-image img { max-height: 150px; }Regards,
ElliottHey!
You have some empty elements in your table so I don’t think it’s going to be able to work like that. Perhaps you could do something like this, https://kriesi.at/support/topic/bug-table-headers-applied-incorrectly-on-media-query/#post-387990.
If you want to display the first column then add this to your custom CSS.
@media only screen and (max-width: 767px) .responsive .pricing-table.avia-desc-col { display: block !important; }Regards,
ElliottHi nulrick!
To increase the thumbnail size open up /enfold/config-templatebuilder/avia-shortcodes/magazine.php and change line 242 from this.
'image_size' => array( 'small'=> 'thumbnail', 'big' => 'magazine')To this.
'image_size' => array( 'small'=> 'full', 'big' => 'magazine')The reason it looks a little blurry on your end though is because your using some custom CSS.
@media only screen and (min-width: 768px) body#top.page-id-790 article.av-magazine-entry img.attachment-thumbnail.wp-post-image { min-width: 90px !important; min-height: inherit !important; }Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi Mark!
In your case try adding this to your custom CSS.
html { background-color: red !important; }Best regards,
ElliottHey!
The point of the fullscreen slider is to display some images that fill up the whole screen. If you want to display the images in their original dimensions 200 x 200 then you would have a blank screen with a small image in the top left hand corner. To do that you can use this CSS.
.avia-fullscreen-slider .avia-slideshow > ul > li { background-size: auto !important; }I don’t think that’s what your wanting to do though so take a screenshot and highlight your intentions so we can get a better idea.
Best regards,
ElliottApril 20, 2015 at 8:19 pm in reply to: Enfold Demo Pages showing up in Search Results – should I delete? #431563Hi dominiquehurley!
You can set their status to “private” instead of “public” when editing the pages.
Cheers!
ElliottHey Vincent!
You can setup a different permalink base to use in Dashboard > Settings > Permalinks. A base must be set though otherwise WordPress will not be able to differentiate between portfolio posts and your regular posts.
Best regards,
ElliottHey Kevin!
If you use the advanced layout builder or even the magic wand icon in the WYSIWYG then you can edit the maps element and fill out the address. When you fill the address out there is a button that you can use to fetch the coordinates.
Cheers!
ElliottHi hotspot!
Open up /enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php and change line 620 from this.
$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>{$the_title}</h3>";To this.
$items .= "<h3 class='av-masonry-entry-title entry-title' {$markup}>".get_the_time(get_option('date_format'), $ID)." - {$the_title}</h3>";Cheers!
ElliottHi stanbrid!
You can do something like this to force the height.
.avia-slideshow, .avia-slideshow img { max-height: 300px; }But depending on the sizes you use the images may look a bit distorted.
Cheers!
ElliottHey makingskincare!
The fullwidth easy slider has an option called “Slideshow image and video size” where you can select the size you wish to use. You probably have yours set to “No Scaling”.
Regards,
ElliottApril 20, 2015 at 6:31 pm in reply to: Prevent ActionScheduler Comments inside your Combo Widget #431488Hey Bruno!
You can add all of that to a child theme functions.php file so you do not have to redo it on each update.
Best regards,
ElliottHey Tameez!
You would have to edit the template-archives.php file. You could try copying lines 184 – 196 and past it below to create a new tab. You could then use this, https://codex.wordpress.org/Function_Reference/wp_list_pages, to display a list of your post types.
Regards,
ElliottApril 20, 2015 at 6:16 pm in reply to: Getting the following Validity Errors… How do you fix this???? #431478Hi scrivens!
Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey blueskydesigngroup!
Maybe some CSS like this would work?
.av-masonry .post-3046 { display: none !important; }Where 3046 is the ID of the post.
I couldn’t find any screenshot in the link you provided. Try imgur.com.
Cheers!
ElliottHey jesperbruun!
Our templates do not work like that, they are just for helping you insert a lot of the same content quickly. You would have to edit the products individually for what your doing. Or you might be able to find a plugin that has this sort of template functionality.
Best regards,
ElliottHi!
Thanks for the notice Charles89, I can reproduce it on my end. I added it to our bug list. We should see a fix in the next update.
Best regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
