Forum Replies Created
-
AuthorPosts
-
Hey NexeAndorra!
Are you talking about the automatic updates? Try updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/, to see if that works.
Cheers!
ElliottHi!
Your actually using “robheader” instead of “robHeader”. It’s case sensitive so make sure to capitalize the H.
Best regards,
ElliottHi!
It’s in the Enfold theme folder. If you only want to display something on the homepage then you can surround it with this.
if ( is_home() || is_front_page() ) { }
Does this script have a shortcode or function you can use? If you haven’t noticed it yet we have our own testimonial elements you can use, http://kriesi.at/themes/enfold/shortcodes/testimonials/.
Cheers!
ElliottHey CharlesDeGaulle1!
Add this to your custom CSS.
select option { color: black !important; }
Cheers!
ElliottOctober 29, 2015 at 5:39 pm in reply to: Change "Posts" to the "Tag" name possible in blog grid view? #527021Hi!
Add this to your custom CSS.
.tag-page-post-type-title { display: none !important; }
And then navigate to Dashboard > Portfolio Items > Tags and edit your tags and type in the description “Murals” and it should display like how your wanting.
Also, keep in mind that when a topic gets a reply it is pushed back to the end of the queue so it takes longer for us to see it.
Cheers!
ElliottHey!
You can do this, https://kriesi.at/support/topic/installing-own-fonts/#post-421325, to have your font placed in our theme settings so you can select it in Dashboard > Enfold > General Styling.
Best regards,
ElliottHey!
Add this to a codeblock element in the page.
<style type = "text/css"> @media screen and (max-width: 1200px) { .av_one_third, .av_two_third { display: block !important; width: 100% !important; } } </style>
Regards,
ElliottHi ax2201!
Perhaps something like this would work for you, https://wordpress.org/plugins/wwm-social-share-on-image-hover/.
Cheers!
ElliottHey carosch!
Around line 143 in the /enfold/includes/loop-index.php file you can see where we display the title.
echo $title;
You can do this before it, https://developer.wordpress.org/reference/functions/get_the_category/, to display a category assigned to the post, though we are already displaying categories in the post meta information beneath the title.
For the read more link, perhaps it would be better to do that with CSS. Send us a link to your page and take a screenshot highlighting your intentions so we can get a better idea.
Cheers!
ElliottHi spheor!
I don’t know of any plugins that I can recommend but WordPress does have a “bulk edit” feature. Navigate to Dashboard > Portfolio Items and then click on the “Quick Edit” link when hovering over them and you can easily add / remove categories and then click on the Bulk Actions > Apply button.
Best regards,
ElliottHi Dogmut!
Not really sure I understand. Send us a link to your page and take a screenshot highlighting the layout your trying to create and we’ll take a look.
You can set your reply as private if you wish.
Best regards,
ElliottHey hotspot!
No, not without using custom CSS.
Cheers!
ElliottHey Roy!
We are not doing anything special to the images when you upload them. I checked your link and it looks fine. Can you take a screenshot of what your seeing?
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHi Apollo7_HD!
Add this to your custom CSS.
#menu-item-17967 a { color: red !important; }
Regards,
ElliottHi Peter!
Your wanting to remove the strong tag around the logo? Here is an example for changing it to a span tag, https://kriesi.at/support/topic/blank-h1-heading/#post-315013.
Regards,
ElliottOctober 29, 2015 at 5:01 pm in reply to: REPLACE GRAVITY FORMS SUBMIT BUTTON BY ENFOLD BUTTON #526980Hey MulderMind!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Cheers!
ElliottHi 1000zen!
It would take some javascripting. I don’t think the regular toggle script has that functionality, http://jqueryui.com/accordion/.
It would be best to hire a freelancer to help you out with this customization.
Cheers!
ElliottHi alightmedia!
You would have to edit the single.php template and add the content in manually. You can do this easily with “do_shortcode()” but the problem is with full width elements that it breaks the layout and opens up a new section. It would be best to just create a template of the slider by using the big blue “Templates” button in the layout builder and copy that for each new post.
Best regards,
ElliottOctober 29, 2015 at 4:54 pm in reply to: Masonry Gallery layouts worse after publishing compared to Preview #526969Hi fprabst!
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.
Cheers!
ElliottHi SimonPL!
Add this to your custom CSS.
.logo { left: 50% !important; position: relative !important; transform: translateX(-50%); }
Regards,
ElliottHi thewormman!
I would just copy the code in the file and paste it into the page.php template. Around line 30 will have it display beneath all of your regular page content.
Cheers!
ElliottHi fanlokbun!
Give your color section a custom ID such as “myID” in the shortcode settings and then use your CSS like so.
#myID .av-special-heading {text-shadow: 0px 1px 1px #000000 !important;}
Regards,
ElliottHey MindSpark!
Add this to your custom CSS.
.container_wrap { background: rgba(255,255,255,0.3) !important; } #main { background-color:transparent !important; }
The 0.3 value is how transparent you want it to be.
Cheers!
ElliottOctober 28, 2015 at 10:24 pm in reply to: Fullpage image shows square scroll buttons instead of arrows. #526426Hey ccyran!
Please try this out, http://kriesi.at/documentation/enfold/enable-cors/.
Best regards,
ElliottHey amrman0!
Do you mean your wanting the mobile menu submenu links to be hidden until you click on the parent link? If so then navigate to Dashboard > Enfold > Header > Mobile Menu and make sure the “Hide mobile menu submenu items” option is checked.
Cheers!
ElliottOctober 28, 2015 at 10:18 pm in reply to: One page website links redirect to different pages #526421Hey DeniseLand!
Not really sure I understand. I tried viewing your site but it appears to be under maintenance mode. Take a screenshot and highlight what is going on so we can get a better idea.
Cheers!
ElliottOctober 28, 2015 at 10:15 pm in reply to: Show portfolio categories in the portfolio-item-view #526418Hi bts-de!
Navigate to Dashboard > Appearance > Widgets and drag the categories widget to your sidebar. You can also create a menu in Dashboard > Appearance > Menu and add only portfolio categories to the menu and then use that with the “Custom Menu” widget if you only want the portfolio categories to display.
Regards,
ElliottHey nasi!
Send us a link to your page and let us know which entry your wanting to open in a new tab. You can set your reply as private if you wish.
Cheers!
ElliottHi codecreative!
Add this to a codeblock element in the page.
fieldset p { float: left !important; width: auto !important; clear: none !important; }
Cheers!
ElliottHey James!
Do this, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, it will let you see the shortcodes in the layout builder. You can then copy the shortcode into a text widget in the footer. Some shortcodes will not work such as fullwidth elements.
Best regards,
Elliott-
This reply was modified 9 years, 8 months ago by
Elliott.
-
This reply was modified 9 years, 8 months ago by
-
AuthorPosts