Forum Replies Created
-
AuthorPosts
-
Hey Pappasdg!
Your talking about the header where your logo sits? I don’t see an easy way of doing that unfortunately. You’ll want to hire a freelancer to help you out with this customization.
Regards,
ElliottDecember 31, 2014 at 6:05 pm in reply to: Center Align special heading so that lines still show #373634Hey!
Try adding this as well.
.av-special-heading-tag { background: none repeat scroll 0 0 white !important; left: 50% !important; position: relative; transform: translate(-50%); z-index: 100; display: inline-block !important; float: none !important; margin: 0 auto !important; padding: 10px !important; width: auto !important; }Cheers!
ElliottDecember 31, 2014 at 5:50 pm in reply to: Problems with sidebars, easyslider and default editor after update #373623Hey!
Try creating a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Reset All Options” button to see if that fixes your markup.
If that does not help then it may be best to reinstall WordPress.
I’ll go ahead and flag this for the rest of our team to take a look.
Cheers!
ElliottDecember 31, 2014 at 5:44 pm in reply to: Website with Enfold theme refreshes itself at first time loading #373619Hi broodjekaas!
Are you sure it still happens when all plugins are deactivated and your browser cache is cleared?
Try deleting your .htaccess file and then refresh your permalinks again in Dashboard > Settings > Permalinks.
Does it happen in the default theme as well?
Regards,
ElliottHey!
Your screenshot seems to be broken. Try imgur.com out.
Add this to your custom CSS.
.logo, .logo a { overflow: visible !important; }Regards,
Elliott-
This reply was modified 11 years ago by
Elliott.
December 31, 2014 at 5:37 pm in reply to: how to change height of FS slider on specific page? #373614Hi derustzelve!
Instead of using the fullscreen slider try the fullwidth easy slider instead.
Or if you just want to use CSS then add this in front of your CSS rule.
.page-id-3386Regards,
ElliottHi!
Try adding this to your custom CSS.
.avia-image-container.fn-image-container img { min-height: 1px !important; }Best regards,
ElliottHey!
When you say “open a gallery” do you mean you want a button that when clicked on will open a bunch of images inside the magnific popup?
Go ahead and send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Regards,
ElliottHi!
The CSS code I posted will make the icon list titles aligned in the center. I don’t see it anywhere in your source code so go ahead and add it in Dashboard > Enfold > General Styling > Quick CSS.
If that’s not what your trying to do then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHey TravisKempers!
Do you still get this error when using the default WordPress theme?
Let’s try the following.
1. Deactivate all plugins.
2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
Regards,
ElliottDecember 31, 2014 at 5:21 pm in reply to: Is it possible to randomize the order of the masonry? #373604Hi VincentSmit!
Try this out, https://kriesi.at/support/topic/masonry-gallery-how-to-sort-by-random/.
Regards,
ElliottHey rchadek!
I found a script which seems to work for me. Try opening up /enfold/js/shortcodes.js and around line 2038 you’ll see this.
var container = $(this), elements = container.find('.avia-testimonial');Add this right above it.
jQuery(".avia-testimonial-row").randomize(".avia-testimonial");And then add this to the bottom of the file.
$.fn.randomize = function(childElem) { return this.each(function() { var $this = $(this); var elems = $this.children(childElem); elems.sort(function() { return (Math.round(Math.random())-0.5); }); $this.remove(childElem); for(var i=0; i < elems.length; i++) $this.append(elems[i]); }); } })(jQuery);Regards,
ElliottHey a00109943!
Remove this CSS.
.main_color { background: #000000 url(//[]/wp-content/themes/enfold/images/background-images/grunge-dark.png) top center no-repeat scroll; }Cheers!
ElliottHey!
Edit your link in Dashboard > Appearance > Menus and then change the navigation label to this.
<img src = "URL to your icon" />Regards,
ElliottHi!
Well I see it in your source code. If you did not add it yourself then try deactivating all plugins to see if they are adding it.
Regards,
ElliottHi koelnermusikakademie!
Your getting a javascript error on all of your pages from this script.
<script type="text/javascript"> jQuery(window).load(function(){ jQuery('.open-popup-link').magnificPopup({ type:'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script>It’s probably being added by a plugin so deactivate all of your plugins and reactivate them one by one to see which one is inserting the script.
Cheers!
ElliottDecember 31, 2014 at 4:33 pm in reply to: WooCommerce Multilingual product translation editor not showing #373585Hey!
I’m not seeing the same thing in your dashboard as in your screenshots. Send me an email by clicking on the “Send E-Mail” link beneath my username and include a copy of the plugin and I’ll take a closer look on my XAMPP setup.
Regards,
ElliottDecember 31, 2014 at 4:25 pm in reply to: Saving didnt work! Please reload the page and try again #373582Hi!
Ask if they can whitelist this file, /wp-admin/admin-ajax.php.
I found these topics which may help.
https://wordpress.org/support/topic/disable-mod-security
https://wordpress.org/support/topic/mod_security-for-wordpressRegards,
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
That code was for the single post view. In the link you provided your using the blog posts element correct? When you edit the shortcode make sure that you select the “Square” thumbnail size, “180 x 180”, instead of displaying the image in it’s original dimensions.
Regards,
ElliottHey Harris!
You would need to use a plugin for this but I do not know of any that I can recommend. If anyone has used something like this before then please share.
Best regards,
ElliottHey!
Your probably wanting this.
.my_class { background: rgba(0,0,0,0.5) !important; }That will make it black with half opacity.
Best regards,
ElliottHi!
You can use this function to check for certain authors, http://codex.wordpress.org/Function_Reference/is_author.
Regards,
ElliottHi voice903fm!
Try adding this to your custom CSS.
aside li a { color: #a81010 !important; } aside ul li:before { color: white !important; }If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
ElliottDecember 30, 2014 at 11:47 pm in reply to: HOW TO | Display "Sticky Header" on Phones & Tablets ( #373355Hey garycedar!
There is no way to my knowledge to check if a phone is in portrait or landscape mode. The screen sizes are different for portrait and landscape so you can check that but every phone has a different size screen.
You could use some CSS like this.
@media only screen and (min-width: 768px) and (max-width: 959px) { #header_main { display: none !important; } #main { padding-top: 30px !important; } }To target only certain screen sizes but whether your mobile device falls in between those ranges I do not know.
Best regards,
ElliottDecember 30, 2014 at 11:41 pm in reply to: post gets a wrong template assigned when published #373354Hey sunny_anna!
It’s only happening for your last post. When you click on it WordPress loads an attachment image. So you’ll need to find this image and change it’s name or edit the permalink of your post and change it to something else.
Cheers!
ElliottHi!
Use this instead then.
.page time { display: none !important; }Regards,
ElliottHey!
Are you talking about the zooming animation? If so then try adding this to your custom CSS.
.av-masonry-image-container:hover { transform: none !important; }Regards,
ElliottHi!
It’s going to take a lot of time and code to pull off so it would be best to hire a freelancer to help you out with this customization. I don’t know of any resources I can point you to regarding CSS3 animations but I would probably start here, http://css-tricks.com/, if you want to learn how to do it yourself.
Cheers!
ElliottHi!
Try adding this to your custom CSS.
.responsive .logo img { right: 60px !important; } #mobile-advanced a:before { display: none !important; }Cheers!
Elliott-
This reply was modified 11 years ago by
Elliott.
Hi!
Try adding this to your custom CSS.
.avia-icon-list .iconlist_title { text-align: center !important; }If that’s not working then send us a link so we can get a better idea of what’s going on.
Regards,
Elliott -
This reply was modified 11 years ago by
-
AuthorPosts
