Forum Replies Created
-
AuthorPosts
-
Hey combra!
Can you send us a link to your page and take a screenshot highlighting what your wanting to do? You can set your reply as private if you wish.
Cheers!
ElliottHi keifygeorge!
What you’ll want to do instead is use a color section element. You can add a special heading element and button element inside the color section to create the same look.
Regards,
ElliottHi libelum!
You can create a link like so.
<a href = "URL to your PDF file">Click to download this PDF</a>
Depending on the browser it will open up the PDF in the browser and the user can right click > save as that way. If you want it to download automatically then zip up the PDF file into an archive and link to the archive instead.
Regards,
ElliottHey RRJ!
Try reinstalling WordPress. If your using some kind of one click install with your hosting provider then skip that and install WordPress manually, https://codex.wordpress.org/Installing_WordPress.
Regards,
ElliottHi gdizajn!
Why do you think it is “stolen”?
Best regards,
ElliottNovember 2, 2015 at 4:11 pm in reply to: How to change hover color of the ajax portfolio preview's navigation buttons? #528566Hi Peter!
We can change the colors for them all but I don’t think there is an easy way to change the colors for each portfolio. I was thinking we could have you add CSS for each slide but the problem with that is that the previous slides do not disappear when a new one is loaded. You would have to use custom javascript and it would take a lot of time and code so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHi Slade!
It’s from your custom CSS. This should fix it.
aside li.menu-item { padding-right: 0px !important; }
Cheers!
ElliottNovember 2, 2015 at 4:00 pm in reply to: Full width easy slider content being cropped in mobile view #528557Hey eladlev1!
Send us a link to your page and take a screenshot highlighting what your trying to do so we can get a better idea. You can set your reply as private if you wish.
Best regards,
ElliottHi NikolausWuehrer!
Add this to your custom CSS.
.avia-caption-title { font-family: verdana !important; font-size: 16px !important; color: blue !important; } .avia-caption-content { font-family: verdana !important; font-size: 14px !important; color: red !important; }
Regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi Peter!
Not sure if that is going to be possible, http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/.
You can have them display with variable heights but the widths need to be the same so they fit into columns.
If you just want the all to display in their original sizes then perhaps just the regular image element would work. You can have them all float left.
Regards,
ElliottNovember 2, 2015 at 3:46 pm in reply to: Is it possible just one page to be different from the boxed layout? #528544Hi Chipsybg!
Add this to a codeblock element in the pages you want to increase the width.
<style type = "text/css"> #top, .container { width: 1300px !important; max-width: 1300px !important; } </style>
Regards,
ElliottHi EuronetMarketingServices!
You can hide certain ones with this CSS.
#menu-item-1056 > span { display: none !important; }
Or when you edit the menu link add a hyphen, “-“, to the column title and it should be hidden.
Cheers!
ElliottHey simonac!
You’ll want to add it outside of the main containers. Add this to the bottom of your functions.php file.
add_action('wp_footer', 'enfold_customization_footer_scripts'); function enfold_customization_footer_scripts(){ ?> insert your code here <?php }
And replace “insert your code here” with the script, and HTML elements.
Best regards,
ElliottHey!
Send us a WordPress login and a link to the post please.
Best regards,
ElliottHi!
Glad you got it sorted. Also, keep in mind that when a topic gets a reply it will reset it’s position in the queue so it just takes longer for us to see it when you bump your own topic.
Cheers!
ElliottNovember 1, 2015 at 4:59 pm in reply to: Desktop vs. mobile: logo centered / whitespace too much #528133Hey!
That’s because you had the header set to be transparent in the page layout settings.
It looks like the reason your doing that is because your wanting the header to display “minimally” with no borders? If so then you can change that in Dashboard > Enfold > Header > Header Style.
Cheers!
ElliottHi tdproperty!
They seem to look fine on my end. The phone numbers were always on one line.
The only problem I noticed was that when you resize the browser to mobile view the images your using are not very big so it looks weird because they are not filling up the whole space of the meta bar.
You can try adding this to your custom CSS to make sure they fill up that space.
.team-img-container img { width: 100% !important; }
But I think it would be better to just upload some larger images.
Best regards,
ElliottHey Courtney!
Try increasing your sidebar width in Dashboard > Enfold > General Layout > Dimensions.
Regards,
ElliottNovember 1, 2015 at 4:47 pm in reply to: How to force @facefont to be applied to all the fonts in the website? #528128Hey cab72!
You can use CSS to position the widget area wherever you need. Go ahead and add your content to the widget area and take a screenshot highlighting exactly what your trying to do and we’ll give you some CSS to use.
Best regards,
ElliottHey eviang!
You will need to find a plugin or script for this. Perhaps this would work, https://wordpress.org/plugins/img-mouseover/.
Regards,
ElliottNovember 1, 2015 at 4:42 pm in reply to: Add custom caption content in Opacity box to slideshow. #528125Hey themeforesttony!
The easy slider has captions you can set for each slide, http://kriesi.at/themes/enfold/homepage/home-v4-small-slider/. It does not look like in your screenshot but you should be able to add HTML inside them to display buttons, images, etc etc.
Best regards,
ElliottNovember 1, 2015 at 4:39 pm in reply to: Tabs shifting showing wrong images from different tab in ligthbox #528124Hi Khalid!
I’m sorry but I’m not sure I understand. I checked your link but the tab #3 is opening as it should. The tabs seem to be working fine.
Can you take a screenshot and highlight what is going on so we can get a better idea?
Regards,
ElliottHi michaellausser!
Add this to a codeblock element in the page.
<style type = "text/css"> #after_section_3 .content { padding: 0px !important; } </style>
Regards,
ElliottHey Dutchman!
I checked in IE11 on Windows 10 but they look the same to me as in the other browsers. Right now they are displaying in their full dimensions, no thumbnail, so I recommend cropping them or scaling them down so their file size is not so large.
Make sure your not in compatibility view and that your zoom setting is set to 100%. If that does not help then take a screenshot of what your seeing so we can get a better idea.
Regards,
ElliottHey ayron!
Add this to your custom CSS.
.widget-header li { float: left !important; display: block !important; clear: none !important; }
Best regards,
ElliottHey diatargeting!
Can you send us a link to your page so we can take a look? You can set your reply as private if you wish.
If looks like your trying to display two logos on the header?
Cheers!
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
Hi mistral2!
Are you trying to change the thumbnail size? If so then you can change it on line 122 in the /enfold/functions.php file.
$avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)
You may need to regenerate your thumbnails afterwards to see the changes, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Best regards,
ElliottHi DROR!
That would take a lot of time and code to implement and would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Best regards,
ElliottHey DROR!
Add this to your custom CSS.
.slide-image { background: transparent !important; }
Cheers!
Elliott -
This reply was modified 9 years, 8 months ago by
-
AuthorPosts