Forum Replies Created
-
AuthorPosts
-
Hi kallym!
Try adding this right above line 44.
if ( is_post_type_archive( 'your_post_type_goes_here' ) ) { $custom_sidebar = 'name_of_your_custom_sidebar'; }Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 6, 2015 at 8:13 pm in reply to: Apostrophes in tables, not showing properly in mobile version #424206Hi!
Where do we login at? The usual wp-admin and wp-login links are redirecting me to a different page.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
If used inside a codeblock then it should at least be executing (as long as your not disabling shortcode processing in the options).
I would try deactivating all of your other plugins.
If your still having issues with it then it would be best to use the default editor on those specific pages instead of the advanced layout editor.
Cheers!
ElliottHi dmoravec!
Maybe this is what your wanting?
.avia-highlight-col li, .avia-highlight-col span { background: none repeat scroll 0 0 red !important; }If not then send us a link to your page and take a screenshot highlighting your intentions and we’ll take a look.
Regards,
ElliottHey!
The image heights are not big enough. They are 100px tall but they need to be 101px or higher. If you edit the images and increase their height then the overlay should display on them. We did this because the overlay icon would look weird on small images.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Perhaps some CSS like this would help?
.header-scrolled .menu-break { bottom: 7px !important; font-size: 11px !important; }There is not much space there to play around with.
Regards,
ElliottHi arcmktg!
This customization is pretty advanced and I’m not sure if there is a way to do that. If the LayerSlider devs have no suggestions then it would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottApril 6, 2015 at 6:17 pm in reply to: How do I make the a dropdown menu go right instead of left? #424093Hey!
Add this.
nav.main_menu .sub-menu .sub-menu { left: 200px !important; right: auto !important; }Best regards,
ElliottHey!
Your logo looks fine on my end. It’s the same logo on both desktops and mobiles. Your using a transparent header though so if you want to change the logo (for example white text instead of black text) then you can setup a “transparent” logo in Dashboard > Enfold > Header > Transparency Options.
If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Cheers!
ElliottHi!
It looks fine on my end. Your form looks different because your using a mailchimp plugin instead of our form. Are you wanting to change it’s styling?
Regards,
ElliottHi!
If your viewing a category in the archives then it should already be displaying the category as the title, http://kriesi.at/themes/enfold/category/science/.
Send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey!
Based on the error description it sounds like your using some WooCommerce code in your child theme. You’ll need to delete that if you wish to deactivate WooCommerce.
Best regards,
ElliottHey WimDB!
It should be displaying now. Make sure to click the “Enter address fetch coordinates” button when filling out your address.
Cheers!
ElliottHi!
Try this out.
#menu-item-614:hover > a > .avia-menu-text { color: yellow !important; }Best regards,
ElliottHey redeyedesign!
Please see here, https://kriesi.at/support/topic/datepickers-configuration-of-the-contact-form/.
Regards,
ElliottApril 6, 2015 at 5:47 pm in reply to: Create white background for blog posts element that overlays a color section #424050Hey Paul!
When you edit the color section you can set the background to white.
Regards,
ElliottHi!
I deactivated all of your plugins and then activated Enfold instead of your child theme and the javascript errors went away. Try creating a new child theme and copy your customizations over one by one to see if any of them are causing the issue.
Your source code looks a little weird, are you sure you have not done any customizations to the parent theme as well? Try completely deleting it before downloading + uploading a fresh copy from themeforest to make sure.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey elbnetz!
You can give them tags such as “landscape” or “portrait” if you want them to have different sizes like so, http://kriesi.at/themes/enfold/blog/masonry-blog/.
Cheers!
ElliottHey!
I don’t see that image in your source code. Did you remove it? Add it back in and we’ll give you some CSS to position it.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 6, 2015 at 5:19 pm in reply to: Enfold: Multisite – setting subsite LOGO link to a different url #424027Hey!
We’ll need a link to your site as well.
Regards,
ElliottHey ax2201!
1. There is no option for that currently. You will need to use the default editor if you wish to have the post display as a regular post. The advanced layout editor is for users who wish to have complete control over how the post is displayed.
2. Yes that is normal. Switch back to the layout editor and you’ll see your content there.
Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi!
Add this to your custom CSS.
.toggler { text-align: center !important; }It looks like your already changing the background color in your custom CSS.
.main_color .toggler { align: centered; color: #af2323; font-size: 15px; background-color: #f2f2f2!important; }For the icons use this CSS.
span.toggle_icon > span { display: none !important; } span.toggle_icon { background: url("URL to your icon image") !important; }Cheers!
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey rcgroup!
Try adding this to your custom CSS.
.gm-style-iw div { overflow: visible !important; text-align: center; width: auto !important; }Cheers!
ElliottHi emcdesignca!
When you edit your portfolio post there will be an option called “Overwrite Portfolio Link setting” which you can set to custom and then paste in the URL to your youtube video.
Best regards,
ElliottHi!
I logged in but I’m not seeing the problem when adding new widgets. Is there a specific widget that’s giving you the problem? Can you take a screenshot and highlight what your seeing?
Regards,
ElliottApril 6, 2015 at 4:49 pm in reply to: Left and right margin for Grid so Background images display correctly #424005Hi!
I’m sorry but I’m not really sure what you mean by “bump grid element 10%”. Can you take a screenshot and highlight what your trying to do so we can get a better idea?
Cheers!
ElliottHi!
Sorry, there was a typo. It should be working now. Here is the updated code.
#mobile-advanced .av_font_icon { opacity: 1 !important; } #mobile-advanced .av-icon-char:before { color: red !important; }Cheers!
ElliottApril 6, 2015 at 4:20 pm in reply to: MENU / Button Style (Bordered) – only on Hover and Current Menu Item? Like you #423988Hi!
1. + 2. Go ahead and take a screenshot and highlight the changes your trying to do and we’ll give you some CSS to use.
3. Add this.
.header-scrolled .av-main-nav ul { margin-top: 0px !important; }Cheers!
ElliottHi!
Oh, I see what you mean now. I’m not really sure what that’s called but if you navigate to Dashboard > WooCommerce > Settings > Products > Display and uncheck the “Enable AJAX add to cart buttons on archives” option then green banner should display everywhere when clicking on the add to cart button.
Best regards,
ElliottApril 3, 2015 at 9:26 pm in reply to: Falsches Blog-Artikelbild wird angezeigt bei geteilten Facebook/Social Beiträgen #423278Hi!
Hmm, not sure about that one. I see it’s working for some posts but not others. Are you setting up custom excerpts? Try deactivating all plugins to see if they are causing problems.
Send us a WordPress login and we’ll take a closer look.
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
