Forum Replies Created
-
AuthorPosts
-
February 18, 2015 at 10:24 pm in reply to: "Eliminate render-blocking JavaScript and CSS in above-the-fold content" #398505
Hey pristineio!
Please see here, https://kriesi.at/support/topic/speeding-up-page-load-question/.
Regards,
ElliottHey nefariousnick!
I’m not sure what will happen when updating from a version as low as that. There may be a chance of losing some of your settings, I’m not really sure, so create a backup before hand.
You’ll want to update WordPress to the latest version first and then update Enfold to 3.0.8 which is the latest. Also be sure to deactivate all plugins while testing.
Regards,
ElliottHey CloudChoice!
It’s the title of some of our widgets. If you do not want to display it then remove the title when you edit the widget settings.
Or remove lines 532, 550, 1034, and 1081 in /enfold/framework/php/class-framework-widgets.php.
echo "<strong class='news-headline'>".avia_backend_truncate(get_the_title(), 55," ");Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey oneandonlyeric!
Look around line 128 in the footer.php file and you’ll see this.
<!-- ####### END SOCKET CONTAINER ####### --> </footer>Try adding your image above or below that. You can use this HTML to display an image.
<img src = "URL to your image" />Best regards,
ElliottFebruary 18, 2015 at 10:12 pm in reply to: hide excerpt on category and archive page in grid layout #398491Hi stunna42!
You can setup the blog layout in Dashboard > Enfold > Blog Layout. You can set it to grid and your archives will use that style also.
Add this to your custom CSS to hide the excerpt.
.slide-entry-excerpt { display: none !important; }Cheers!
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
I created a test page and it’s working fine there. Try deleting the page and recreate it or change the permalink to see what happens. You can also try creating a backup of the .htaccess file, delete it, and then refresh your permalinks in Dashboard > Settings > Permalinks to see if that fixes it.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
Hey!
For the responsive tabs try this.
.responsive .tabcontainer .tab { text-align: center !important; }Best regards,
ElliottHey tsyschupack!
Not sure what could have caused it but let’s try completely deleting Enfold from your WordPress theme directory and then download + upload a fresh copy from themeforest to see if that fixes.
Also be sure to deactivate all plugins while testing.
See here for uploading the theme via FTP, http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/.
Best regards,
ElliottHi!
Add this to the bottom of your functions.php file.
add_action( 'wp_head', 'enfold_customization_custom_scripts' ); function enfold_customization_custom_scripts(){ ?> paste your facebook code here <?php }And then replace the text with your facebook code.
Best regards,
ElliottFebruary 18, 2015 at 9:44 pm in reply to: Markup bug with element "big button": No p element in scope but a p end tag seen #398473Hey Simon!
Try using a codeblock element instead or use a textblock and beneath it the buttons and then another textblock.
Cheers!
ElliottHey!
Try completely deleting Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.
If that does not help then can you send us a WordPress login so we can take a closer look? Also let us know if we can deactivate your plugins while testing.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 18, 2015 at 9:35 pm in reply to: Icons Missing after install WP Super Cache and MAXCDN #398468Hi!
I see them on my end. Try clearing your browser cache.
If your still having trouble then try adding just this to your .htaccess file to see what happens.
Header set Access-Control-Allow-Origin "*"To see what happens.
Regards,
ElliottHey!
For the header you can try using the “ava_after_main_menu” or “ava_main_header” filters. (see my first post)
Cheers!
ElliottHey!
It’s working fine on my end as well. Tried creating a new page and edited your homepage.
You can use imgur.com to upload your screenshots and then copy the URL and click the “img” button when writing your reply to attach images.
Try clearing your browser cache and view in different browsers to see what happens there.
Regards,
ElliottHi Me.llamo!
I viewed your link but I do not see any errors. It looks like your using a blog posts element on that page.
Make sure you do not have any static pages set in Dashboard > Settings > Reading.
Cheers!
ElliottHey Remco!
It already appeared center when I viewed your link. Did you get this sorted? If your still having problems then take a screenshot and highlight what your trying to do so we can get a better idea.
As for having more than two buttons you can use our button shortcode inside the caption text instead.
Cheers!
ElliottHey Lev!
Are you needing this to be in the header? If so then you can do this, http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/, to add a widget area to your header and then drag a text widget to the new area and insert our button shortcodes inside.
Regards,
ElliottHey Sam!
It’s designed to expand to whatever container it is in. If you want it to display smaller then you can drag it into a 1/2 or similar column element.
Cheers!
ElliottHi netzlichter!
Which language is that? Perhaps whoever did the translation did not finish all of the texts. You could try translating the .po file again yourself to see if that fixes it. Here is POedit, http://poedit.net/wordpress, and you can find all of the language files in /enfold/lang/.
Regards,
ElliottFebruary 18, 2015 at 9:08 pm in reply to: when choosing boxed layout header and sidebar displayed wrong #398450Hi!
I noticed it before and thought that uploading a fresh copy of the theme would fix it but you have two body tags and some of your other markup looks weird. Are you sure you completely deleted the theme before downloading + uploading a fresh copy?
Let us know if we can reset your theme settings and deactivate all of your plugins while testing.
Best regards,
Elliott-
This reply was modified 10 years, 11 months ago by
Elliott.
February 18, 2015 at 7:54 pm in reply to: Responsive issues on menu for size 768 x 1024 (iPad – Portrait) and size 768 #398421Hi Lev!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }Regards,
ElliottHi!
I’m kind of confused also. Can you send us a link to the exact page and take a screenshot highlighting what your trying to do?
In your first post you mentioned an easy slider. Do you mean the accordion?
Regards,
ElliottFebruary 18, 2015 at 7:41 pm in reply to: Blog Post with full-width featured image and sidebar below #398411Hi!
You would have to edit the single.php file and do a lot of customization to it. It’s kind of bordering on custom work but the WordPress functions you would be interested in are http://codex.wordpress.org/Function_Reference/do_shortcode, and, http://codex.wordpress.org/Function_Reference/the_post_thumbnail.
Cheers!
ElliottHey!
It looks fine on my end. Are you trying to reduce it’s width more? If so then try this out.
@media only screen and (max-width: 400px) { .responsive .logo img { width: 150px !important; } }Best regards,
ElliottHey!
It looks like your using Enfold 2.4.5. You’ll need to update to the latest version, 3.0.8. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
@jmdarter, Please create a new topic and we’ll be with you shortly.Cheers!
ElliottFebruary 18, 2015 at 7:16 pm in reply to: Table element: column heading dissapears when resized #398397Hi!
Hmm, I don’t see an easy way of going about that unfortunately. What I would do is create three tables instead of one. I think that should have the headings display in the correct positions on mobiles.
Regards,
ElliottHey fred1601!
I think that should be linked automatically. Your getting a few javascript errors from the minify plugin though and I could not figure out which version of Enfold your using so go ahead and deactivate all plugins and make sure Enfold is updated to 3.0.8 and let us know when your done.
Best regards,
ElliottHey!
Another way you could try doing this is adding the logo to one of your menu links.
When you edit the link click on the dropdown arrow and add this inside the navigation label.
<img src = "URL to your logo image" />Best regards,
ElliottHi tendersqatar!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/, and then add a class of “test” to your first magazine element.
Next add this to your custom CSS.
.test .av-magazine-content-wrap { border-bottom: 0px !important; }Regards,
ElliottFebruary 18, 2015 at 6:56 pm in reply to: how to sort sidebar categories in blog and change font in title bar #398382Hi!
1. Try this for the font color and size.
.main-title, .main-title a { font-size: 20px !important; color: blue !important; }2. I’m not really sure what your trying to display there. Are you trying to have a filter where the blog posts are displayed depending on which category you click? Go ahead and send us a link to your page and take a screenshot highlighting what your trying to do.
Best regards,
Elliott -
This reply was modified 10 years, 11 months ago by
-
AuthorPosts
