Forum Replies Created
-
AuthorPosts
-
Hey draig!
Try adding this to your custom CSS.
.post-meta-infos > span { display: none; }Regards,
ElliottHi!
It’s most likely going to take a bit of customization to do that. It would be best to contact Woocommerce support to see if anyone has done this before.
Regards,
ElliottHey!
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.
If your still having trouble after doing the above two steps then send us a WordPress login and we’ll take a closer look.
Best regards,
ElliottHi!
Try adding this to a codeblock element in each page.
<style type = "text/css"> .av-submenu-container, .av-submenu-container * { background: none repeat scroll 0 0 red !important; } .av-submenu-container { height: 75px !important; } </style>Regards,
ElliottHey Mattias!
Yes some users have been having trouble with that. Our devs are looking into it.
For the Chrome gallery problem which shortcode are you using? Can you send us a login so we can take a closer look?
Best regards,
ElliottHi rpl_admin!
Try adding this to your custom CSS.
.slideshow_align_caption { position: absolute; right: 0; top: 50%; transform: translate(0px, -50%); width: 200px; }Regards,
ElliottHi mocablue!
So your trying to extend the menu links so instead of one link there is actually two links? My first thought would have been to add an extra link to the navigation label of each menu but that of course would not be possible because you cannot nest links. You would have to edit the menu walker I suppose and that 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.
Cheers!
ElliottHey Daniel!
Add this to your custom CSS.
.avia-menu a { line-height: 12px !important; }Best regards,
ElliottHey!
Send us a WordPress login and we’ll take a closer look.
Regards,
ElliottHey vidaelf!
Hmm, I don’t know of any plugins. What I would do is create a custom post type for this called “feeds” or something similar and just use that with the Masonry element. You could create video and link posts. The tweets would be a problem though. You would need to just add the tweets to a new post or perhaps there is a plugin out there that creates a new post each time you make a new tweet.
Regards,
ElliottHey srgwebs!
Are you using a caching plugin? If so then try clearing it’s cache and check again.
I tried checking your link but you have a coming soon page up. Though on the coming soon page the facebook and twitter icons are loading fine.
Best regards,
ElliottHey mar10nlund!
I’ve seen other customers rename all of the “Enfold” texts to something else in the backend. I’m not really sure whether that is actually allowed or not though and we cannot help you with that customization. It would be best to contact themeforest support to be sure.
If your asking if you can call the theme your own or say that you created it then no, you cannot do that.
Cheers!
ElliottHi bcndisseny!
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.
3. Do the edit in the link again and paste the code into your child theme functions.php file.
Regards,
ElliottHi!
It must be a problem with your server then. Try contacting your hosting provider and let them know about this.
Cheers!
ElliottMay 7, 2015 at 8:20 pm in reply to: White boxes behind portfolio masonry grid items on mobile #441197Hi!
Try adding this to get rid of the white background.
.av-masonry-entry, .av-masonry-entry * { background-color: transparent !important; }Best regards,
ElliottHi chickeringco!
You can set a background image to the menu links with this CSS.
.page-item-14:hover { background: url("URL to your image") !important; }Best regards,
ElliottHey!
You’ll need to use the columns then. You can target each element via CSS like so.
.avia-builder-el-11 { background: red; } .avia-builder-el-13 { background: blue; } etc etcOr target them all at once like so.
.av_one_third { background: red; }You can drag your CSS into a codeblock like this if you only want it to be done on that page.
<style type = "text/css"> .av_one_third { background: red; } </style>Regards,
Elliott-
This reply was modified 10 years, 8 months ago by
Elliott.
May 7, 2015 at 8:04 pm in reply to: Editing in Advanced Layout deleted everything in Default Editor #441179Hey sailboat907!
It seems to be working fine for me. Are you sure you did not hit the “x” button on the textblock in the advanced layout editor and then save?
Regards,
ElliottMay 7, 2015 at 8:01 pm in reply to: I'm having a lot of problems figuring out how to use Enfold #441174Hi trisha2766!
It sounds like the problem is that you imported one of the demos and now you do not want all of the pages to display in your menu correct?
Navigate to Dashboard > Appearance > Menus and create a new menu here. When you save your menu look to the bottom and make sure the “Enfold Main Menu” option is checked.
Cheers!
ElliottHi!
Hmm, maybe this?
#header_main { top: -20px; }You can change the header size in Dashboard > Enfold > Header. Other than that take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Best regards,
ElliottHi!
Did you get this sorted? Your homepage that is displayed is the same page that you have set in Dashboard > Enfold > General Settings.
If your still seeing something else then try deactivating all plugins and clear your browser cache.
Regards,
ElliottHi patflaherty!
It looks like your using a plugin there. What is the exact code your using? If your adding the list yourself then try removing it and just display the text and thumbnail.
Regards,
ElliottHey ejkej0046!
It looks like your getting a javascript error. Is “autooptimize” a plugin your using?
Try deactivating all plugins and clear your cache to see if that fixes it.
Cheers!
ElliottHi nontrepreneur!
It would be best to just copy the CSS. You can find the CSS starting around line 1327 in /enfold/css/shortcodes.css.
Cheers!
ElliottHi kops!
For each slide of the fullscreen slider you can add a caption. You could try adding a button inside the caption text and then use CSS to position it near the bottom. Send us a link when your done adding the button and we’ll see if we can give you some CSS to position it.
Best regards,
ElliottMay 7, 2015 at 5:24 pm in reply to: Need Embedding Code for playing YouTube Videos on a Enfold Page #441106Hi!
See here, https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php.
Cheers!
ElliottHi!
Well there is the “Page Order” option. I think that is only for custom post types that have the “Page Attributes” capability though. You could try creating a new post type with the “Custom Post Types UI” plugin and add the page attributes capability to see if that works.
Regards,
ElliottHey!
That’s because your button is knocking the phone number down. I only see it very briefly when resizing the browser so I don’t think your going to have users seeing it in action.
You could use some CSS to edit it or hide it but it’s going to be tricky trying to pinpoint exactly what screen size it gets set at.
@media screen and (max-width: 800px) and (min-width: 700px) { .phone-info { display: none !important; } }Something like that.
Regards,
ElliottHi FunMobility!
I think the tab script is probably capturing all of the click events so I’m not sure if this would be possible or not. It would be best to hire a freelancer who is familiar with jQuery tabs.
Regards,
ElliottHey medpreps!
That would take a lot of time and code and would have to be considered custom work. There may be some plugins out there that does this but I do not know of any that I can recommend.
Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we may see something get added in a future update.
Regards,
Elliott -
This reply was modified 10 years, 8 months ago by
-
AuthorPosts
