Forum Replies Created
-
AuthorPosts
-
Hi!
What happens when you add this to your custom CSS?
.gfield_radio input[type="text"] { width: 300px !important; }
Best regards,
ElliottHey!
Please upgrade the login to administrator so we can take a look.
Regards,
ElliottHey!
Add this to your custom CSS.
#av_product_description h1 { text-align: left; }
Best regards,
ElliottHey!
Your trying to target the second portfolio on the page correct? I viewed your link but I only see one portfolio being used on the page. Or do you mean the second portfolio post?
Take a screenshot and highlight what your trying to do so we can get a better idea.
Best regards,
Elliott-
This reply was modified 9 years, 4 months ago by
Elliott.
December 18, 2015 at 3:27 am in reply to: Show Sidebar Widget on Mobile Woocommerce Category Page #554783Hi AdamTurner!
That sounds like it’s going to take a lot of time and code to implement. Have you contacted the extension authors?
Best regards,
ElliottHi blendof!
What I would do is setup your iconlist and then right click your page and view it’s source and then copy all of the iconlist code and paste it inside a codeblock element in your page content. You can then freely edit the HTML and add onclick behaviours.
Regards,
ElliottHey dvdconway!
There is the “Widget Area” element which lets you display a sidebar. You can add the custom menu widget to a custom sidebar and then use that with the Widget Area element.
Cheers!
ElliottHi voldemarasp!
Contact your hosting provider about this. When you get everything cleaned up do the steps here, http://codex.wordpress.org/Hardening_WordPress, to help protect your server against hacking.
Cheers!
ElliottHi wigldesign!
You can add a link inside the marker text.
<a href = "URL">Click here</a>
Cheers!
ElliottHey WolfvanHaeren!
Yes, you’ll need to reconfigure those when switching to a new child theme.
Cheers!
ElliottHi SIMZHIHUI!
If you want the images to display as 100% the height of the slider then it’s going to look distorted depending on your screen size. You can use this CSS if you really want to do that.
#top .avia-slideshow-fixed-height > li { background-size: 100% 100% !important; }
Cheers!
ElliottDecember 18, 2015 at 3:07 am in reply to: Layout crashes after changing the child themes name #554772Hi Marcel!
Are you sure you activated the new child theme after you changed it’s name?
Best regards,
ElliottHey anma!
Add this to a codeblock element in the page content.
<style type = "text/css"> .avia-section.av-minimum-height .container .content { vertical-align: top !important; } </style>
Best regards,
ElliottHi Jon Erik!
You most likely have the page set to fullwidth, no sidebar. When the page is set to that the blog layout is set to centered. Try setting it to a right sidebar layout and then add this inside a codeblock element in the page content.
<style type = "text/css"> aside { display: none !important; } #main { width: 100% !important; border-right: 0px !important; } </style>
Cheers!
ElliottHi mistral2!
That text is surrounded with a bold and italic tag. Bolded text has a different color.
Also, I noticed in the first column there is a broken link it looks like. The markup has some table code inside the link URL. Try deactivating all of your plugins and double check your code to make sure all tags are closed properly.
Regards,
ElliottHi spmcfarland!
Did you figure it out? It’s linking to the fullsize image for me.
Best regards,
ElliottHi spidercreations!
Use this instead.
.av_one_third .products li { width: 100% !important; }
Cheers!
ElliottHey Jyles!
Sorry for the trouble, it’s an issue with Enfold and WordPress 4.4. We should have an update out very soon which fixes it.
Regards,
ElliottHey Emaginance!
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.
Best regards,
ElliottHi pixallus!
You could try setting the page to use the “Blank” template.
Regards,
ElliottHey martinl8!
You can try playing around with the “looping” and “other settings” in Dashboard > LayerSliderWP > Slider Settings > Slideshow but I do not think that is what you are wanting. I would try contacting the LayerSlider authors to see if this customization is possible.
Cheers!
ElliottHi milatch!
It must be an issue with that specific page. I created a test page and set it as your homepage and it seems to be working fine. I would try recreating the page.
Cheers!
ElliottHi RRaker!
Create a new page and in the default editor click on the magic wand icon and insert the social share links element. Copy the code it gives you and paste it into a text widget in your footer.
Cheers!
ElliottHey cielofan!
Add this to your custom CSS.
@media screen and (max-width: 1024px) { #advanced_menu_toggle { display: block !important; } nav.main_menu { display: none !important; } }
Cheers!
ElliottHi Judy!
Navigate to Dashboard > Enfold > Sidebar Settings and make sure the page sidebar navigation setting is unchecked.
Regards,
ElliottDecember 18, 2015 at 2:18 am in reply to: Seperator / Whitespace Element -> Whitespace: Height not influenced by setting #554744Hey hanenm!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Best regards,
ElliottDecember 18, 2015 at 2:18 am in reply to: Event Calendar Month View Not Showing Prior or Following Month Links #554743Hey Ottograf!
Are you sure you have events published for the previous or next month? What happens when the default theme is activated?
Regards,
ElliottDecember 18, 2015 at 2:17 am in reply to: How can I get Magic 360 plugin to work with Enfold? #554742Hi birte5!
Try navigating to Dashboard > Enfold > Theme Options and disable the lightbox script.
Regards,
ElliottHey Steph!
That would take a lot of time and code to implement so it would have to be considered custom work. It would be best to hire a freelancer to help you out with this customization.
Regards,
ElliottHey dawsmik!
Set the homepage in Dashboard > Enfold > Theme Options. Make sure not to use static pages in Dashboard > Settings > Reading or the customizer tool.
Regards,
Elliott -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts