Forum Replies Created
-
AuthorPosts
-
Hi AcSoftware!
I would try contacting the plugin author.
I’ve used this plugin before, https://wordpress.org/plugins/custom-post-type-ui/, for creating custom post types and have not had any issues with it.
Regards,
ElliottJune 18, 2015 at 3:09 pm in reply to: Can't Change Number of Blog Posts displayed on Blog Page #461394Hi jspada!
Your markup looks very weird there. Have you done customizations?
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
After doing this you should be using Enfold 3.2 instead of 3.0.4.
Cheers!
ElliottHey ProdigalMedia1!
Just add !important overrides to the CSS like so.
#top .avia-testimonial-content { font-size: 14px !important; line-height: 1.5em !important; }Regards,
ElliottJune 18, 2015 at 2:55 pm in reply to: hi, i want to use the dancinf font here: http://i.imgur.com/wTgDiOx.jpg #461369Hey alfaweb2!
Please see here, https://kriesi.at/support/topic/installing-own-fonts/.
Regards,
ElliottHi mike1270!
So your wanting a one page site correct? You can import one of the demos to see how it’s done. Basically you add color sections to your page and give them IDs. You then link to these IDs in your menu, Dashboard > Appearance > Menus, by creating custom links and setting the URL to “#customID” of each section.
Cheers!
ElliottHey dhuet!
That would take a lot of time and code to implement so it would have to be considered custom work. Consider creating a feature request here, https://kriesi.at/support/enfold-feature-requests/, and we may see an option get added in a future update.
Cheers!
ElliottHey jakejules!
I haven’t seen any issues so far. If you see any problems then send us a link and we’ll take a look.
Be sure to create a backup before updating.
Best regards,
Elliott-
This reply was modified 10 years, 7 months ago by
Elliott.
Hey!
Sorry, change it to this.
#main > .container_wrap:nth-child(1) { z-index: 2 !important; }Cheers!
ElliottHey ac1977!
To prevent search engine robots from indexing parts of your site you can use a robots.txt file, https://yoast.com/wordpress-robots-txt-example/.
Best regards,
ElliottHey!
After closer inspection though I do not think it’s going to be feasible. It looks like you would have to increase the offset for each page or connect the queries somehow.
It’s possible but it would take quite a bit 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.
Best regards,
ElliottHi!
Oh the width? It’s a color section which is a full width element so it’s the width of your screen (which is different for everyone). You’ll want to upload a large image (at least 1500 width) and set the background position to center center so it looks good on all screen sizes.
If your trying to fit the whole image into the section completely then it’s going to look very distorted when you get to smaller screens.
Best regards,
ElliottHey!
Ok I see the images your talking about now. The markup looks a bit weird, how exactly are you inserting them into the post? Send us a WordPress login and we’ll take a closer look. Be sure to set your reply as private.
Cheers!
ElliottJune 18, 2015 at 2:00 pm in reply to: When i edit my home page it deletes a block of content at the bottom #461301Hi!
I edited your list element on the homepage but I did not see any changes on the front end. Everything is still displaying fine. Can you take a screenshot and highlight exactly what’s going on when you edit the list? Perhaps you need to clear your browser cache after updating the page.
Best regards,
ElliottHey fschrichten!
That’s a pretty cool idea. It’s not possible currently but consider creating a feature request, https://kriesi.at/support/enfold-feature-requests/, and if it gets enough interest then we’ll probably see something get added in a future update.
Regards,
ElliottHey boscotwcheung!
What version of Enfold are you using? Can you send us a link to the page?
Make sure to deactivate all plugins while testing and try adding this to your wp-config.php file.
define( 'CONCATENATE_SCRIPTS', false );Best regards,
ElliottHi DerNeumi!
Send us a WordPress login and a link to the page where it’s not working and we’ll take a look.
Be sure that your using the latest version of Enfold, 3.2, and that all plugins are deactivated while testing. If your using a caching plugin then be sure to clear it’s cache to see the changes.
Best regards,
ElliottHi martynibos!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHey Mercheric!
The BWP minify plugin, https://wordpress.org/plugins/bwp-minify/, let’s you control the order and pick and choose which gets minified.
Best regards,
ElliottHey bodhimcgee!
When you say “infinite scroll” are you referring to the sidebar moving down with you as you scroll down the page?
I’ve used this one before, https://wordpress.org/plugins/q2w3-fixed-widget/, but it was a little jerky which I did not like so I ended up setting mine to use a fixed position instead.
Regards,
ElliottHey robinson-kruse!
I guess it would depend on what the “customized WP package” entails. You can read more about the extended license here, http://themeforest.net/licenses/terms/extended.
It would be best to contact themeforest support to be sure on if you can use the extended license or not.
Cheers!
ElliottHey InvestFinanceGroup!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a custom class to the button, “popup-domination-link”.
Cheers!
ElliottHey bodhimcgee!
Try this CSS out.
#post_profileTab h3 { margin-bottom: 20px; margin-top: 20px; }Also, since it looks like your adding the H3’s in manually you can give them a class and style them on the class like so.
<h3 class = "custom_h3">Some text</h3>And use this CSS to style them.
.custom_h3 { margin-bottom: 20px; }Cheers!
ElliottHey djshortkut!
I don’t think that would be possible. Instead we can have the caption display always on mobiles like how you said. Drag two color sections to your page and duplicate the images and give the sections a custom ID. We can use CSS to hide one of the sections on mobile and vice versa.
The images inside you can set the captions to display on hover in one of the sections and in the other set them to always display.
Here is the CSS you would use.
@media screen and (max-width: 767px) { #section1 { display: none !important; } #section2 { display: block !important; } } @media screen and (min-width: 767px) { #section1 { display: block !important; } #section2 { display: none !important; } }And then play around with the 767px value to target all of the screen sizes you want.
Regards,
ElliottJune 17, 2015 at 1:58 pm in reply to: Remove green circle with white arrow when hovering over slider image #460765Hey Nathan!
Drag a codeblock element to your page content and add this inside.
<style type = "text/css"> .avia-slideshow .image-overlay { display: none !important; } </style>Cheers!
ElliottHey vic98!
Place it inside a 1/1 or similar column element to give it a fixed width.
Cheers!
ElliottHey mrivanp!
It didn’t happen on my end. Perhaps it needed some more time to finish downloading all of the content on your end? If you’d like you can turn on the page preload feature in Dashboard > Enfold > Theme Options. That will create a small loading icon which will disappear when the page is done loading.
Regards,
ElliottHi servemark!
If we did that then the image would look distorted. I think the best thing to do is reduce the font size or hide the text all together. You currently are using some CSS to set it to 20px.
.responsive #top .slideshow_caption h2 { font-size: 20px !important; }To only target mobiles remove that and add this.
@media screen and (max-width:767px) { .responsive #top .slideshow_caption h2 { font-size: 10px !important; } }Best regards,
ElliottHey jcruz1!
Try adding this to your custom CSS.
.container_wrap { z-index: 2 !important; }Best regards,
ElliottHey rpl_admin!
Try adding this to your custom CSS.
.product::before { background: url("URL to your image"); content: ""; display: block; height: 100px; } .product::after { background: url("URL to your image"); content: ""; display: block; height: 100px; }And for the shop page you can do the same thing but target it with this.
.template-shop::before { } .template-shop::after { }Best regards,
ElliottHi themeforesttony!
It’s going to take a lot of work to get it to display like that. It would be best to hire a freelancer to help you out with this customization or perhaps there is a chart plugin out there that has this functionality.
Best regards,
Elliott -
This reply was modified 10 years, 7 months ago by
-
AuthorPosts
