Forum Replies Created
-
AuthorPosts
-
Hi Js-interactive!
We’ll need to see the site live and inspect what you’ve done so far to see if we can assist with a fix here.
Cheers!
DevinThe issue is that the plugin isn’t adding in its own selector or ID on the social icons and instead is just using a general “social-bookmarks” class and overusing !important. Looking at their demo site they already have the custom class in place, the css just doesn’t reflect it. For example they should be using:
.bra-zig-social-media-widget before each css selector as social-bookmarks is just way too generic.The plugin author should modify the plugin to be better inline with WordPress standards so this doesn’t happen.
If you can put the site live we can inspect the widget/code live and assist with specific css that will work for now but its a band-aid solution.
Hey!
Unfortunately that isn’t easily doable. The border/margin you are seeing is the margin for the container that holds all content. Removing it would mean re-doing the css for all of the sidebar layouts which is quite a bit beyond what we could do through support.
You could try looking into a freelance developer but in this case I’m not sure this is even really feasible.
Best regards,
DevinYou could do this with 3 1/3 column shortcodes pretty easily. It would look like this:
[av_one_third first] <your image> Here is some text for this image and column. [/av_one_third] [av_one_third] <your image> Here is some text for this image and column. [/av_one_third] [av_one_third] <your image> Here is some text for this image and column. [/av_one_third]
December 31, 2013 at 7:03 pm in reply to: Use Advanced Layout Editor in portfolio's preview section #204114Hi Adame!
No, this isn’t possible. The ajax portfolio view by its nature must be limited in design.
Regards,
DevinGlad we could help. Let us know if you have any other questions or issues.
Hi aribann!
Can you give a bit more detail on exactly what you mean and where within the theme?
Best regards,
DevinI added it in to a text block without issue. You can see it working on that page you referenced.
December 31, 2013 at 5:06 pm in reply to: Cant get Layer Slider to Center Banner Images Correctly #204076Hi microhound!
For that slideshow you’ll need to go to the “Global Settings’ and adjust the responsive options there. Eg for a full width set up using the sample slideshow I have:
Best regards,
DevinHi!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .more-link { background: #c3512f; border-radius: 2px; padding: 7px 25px; color: #fff; }
Best regards,
DevinDecember 31, 2013 at 4:55 pm in reply to: Fullwidth easyslider and fullwidth masonry over-stretched #204070Hey!
That is actually the correct and default way the full width elements will display with the template. Content elements have a 50px margin on each side but the actual width of the boxed layout is how large the full width elements display at. You can see it in the socket (gray bottom bar)
You could add a margin to those elements with:
#full_slider_1 { margin: 0 50px; } .home .avia-builder-el-1 { margin: 0 50px; }
Best regards,
DevinHi!
We need to actually inspect it live and see what could be causing a conflict. The plugin *should* have css specific to itself to override any theme css but if it doesn’t then some new css would need to be written.
Cheers!
DevinCan you create a temporary admin login for us to take a look at the site live and post it here as a private reply along with a link to your site?
Hi!
The category widget is the default one built in with WordPress so its definitely not something we could assist with editing. You could probably find a plugin that gives you more layout options or just hard code it as you mentioned with a table.
Regards,
DevinHi fusion01!
It looks like something from your custom css is causing the issue. I wasn’t able to pick out exactly what the source is unfortunately but removing the whole files contents fixed it from dev tools.
Cheers!
DevinHey!
Is the shortcode working on a regular page only using the default WordPress visual editor?
Best regards,
DevinDecember 31, 2013 at 4:24 pm in reply to: the logo sees like covered or wrapped by the page menu #204057Hi Adolfo Lucio!
In your custom.css file (in the css folder) look for the mobile only media query. Add this inside of it:
.responsive .logo { height: 100px; }
Just under where it says “add your mobile styles here” http://corpopromo.com/wp-content/themes/enfold/css/custom.css
Regards,
DevinHi!
You can re-download the theme files from your downloads on ThemeForest and then re-upload the footer.php file.
Cheers!
DevinHey!
I would suggest removing all of the css up to this point to try and change things and then we can go from there. The mobile menu is never supposed to show the search so there isn’t a quick fix for adding that as it wasn’t ever there.
The logo resizing has had a few updates recently with the 2.X updates so clearing out the current css so the theme can try and re-size things without any interference is a good idea to see if there are any issues that need addressing.
Cheers!
DevinHi garyguthrie!
It depends on where you want to add it in and in what context. There are far too many solutions with variable implementations to really give a good breakdown of them.
Can you give a bit more of a specific example on where you are trying to add this in?
Regards,
DevinTry watching this video as I think you are overthinking it: https://vimeo.com/67651241
Each column is one indentation within the mega menu item. The > I’m using are only for illustration here in text.
So in your menu:
Mega menu top level name
> Column name
>> Column list item
>> Column list item
>> Column list item
> Column name
>> Column list item
>> Column list item
>> Column list itemWould give you 2 columns with 3 items inside of them.
We don’t have any ability to address the email/bbpress issue right now which is why I didn’t respond to it initially. I’ve asked Kriesi to take a look but its nothing we would be able to address at the moment or in this topic.
Hey kecster2!
You’ll need to add a z-index to the header buttons css. For example:
.header-buttons { position: absolute; right: 0; border: none; z-index: 10; }
It looks like the image uses is a bit taller than the top nav so you’ll probably need to adjust that as well.
Just note that although we do often provide custom css for customizations like this it doesn’t guarantee it will always work flawlessly or have full cross browser support. Customization isn’t generally covered by support.
Best regards,
DevinYou need to indent your sub items one more level over.
Our solutions
>Smart Knowledge Center
>>Item
>>Item
>>ItemIt should look like this in the menus manager for each “column”:
The font size stays the same, its just that the column headers have larger font (if you choose to show them).
Hi tenaciousflea!
The dimensions are up to you but should be large enough that the image doesn’t get pixelated when stretched but the file size is still small enough not to cause loading issues. Something like 1500×1500 pixels is a pretty good size to start with which is why Kriesi used in the demo: http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg
Cheers!
DevinHey!
It looks like you aren’t setting the column headers for each colum and instead have each item set as a column header. The structure should be:
Menu item check as mega menu
>>Menu Item (which starts a column)
>>>Menu item
>>>Menu itemCheers!
DevinGlad we could help. Let us know if you have any other questions or issues.
December 30, 2013 at 10:03 pm in reply to: Enfold: bbpress forum? Is this style of forum available via Enfold? #203885Hi K!
Kriesi.at is using a fairly customized child theme of Enfold. The forums are indeed bbPress but also pretty heavily customized (mostly css I believe).
For right now the customizations aren’t available but Kriesi mentioned he would be releasing some as theme updates and others as blog posts over time.
Regards,
Devin -
AuthorPosts