Forum Replies Created
-
AuthorPosts
-
Hey!
It should look like this.
if(empty($this->avia_term)) { $additional_loop = new WP_Query("cat=".$cat."&posts_per_page=".$count."&orderby=rand"); } else { $catarray = explode(',', $cat); if(empty($catarray[0])) { $new_query = array("posts_per_page"=>$count,"post_type"=>$this->avia_post_type, "orderby"=>"rand"); } else { if($this->avia_new_query) { $new_query = $this->avia_new_query; } else { $new_query = array( "orderby"=>"rand","posts_per_page"=>$count, 'tax_query' => array( array( 'taxonomy' => $this->avia_term, 'field' => 'id', 'terms' => explode(',', $cat), 'operator' => 'IN') ) ); } } $additional_loop = new WP_Query($new_query); }Regards,
ElliottHi!
I don’t recommend doing that. It’s going to take your users a long time to download 100 images. It would be best to use pagination or the “Load more” button.
Regards,
ElliottHi!
Are you using it on the homepage? That code is only going to target the homepage. If you want it everywhere then try this out.
add_filter('avia_post_slide_query','avia_order_by_random', 10, 2); function avia_order_by_random($query, $params) { $query['orderby'] = 'rand'; return $query; }Best regards,
ElliottHi amirhossein!
Hmm, I’ve never had to do this myself but I’m sure it’s pretty common. Perhaps a plugin like this would work? https://wordpress.org/plugins/post-type-converter/
Best regards,
ElliottHi Christian!
Do you mean they are not being displayed? Send us a link to your page and we’ll take a look.
Be sure to deactivate all plugins while testing.
Cheers!
ElliottHey joanne!
Add this to your custom CSS.
.wysija-after-comment { transform: translate(-250px, -60px); } #respond .form-submit { transform: translate(0px, 30px); }Cheers!
ElliottHi joanne!
Is this what your wanting?
#header .avia_mega_div { width: 1100px !important; }Regards,
ElliottHey AdrianSmithUK!
You can try deleting the 404.php template in the theme folder. I’m not sure how WordPress will handle that though. It may just load the index instead if there is no 404 template.
I found this which may help, http://wordpress.stackexchange.com/questions/24587/how-do-i-skip-wordpresss-404-handling-and-redirect-all-404-errors-for-static-fi.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi malkoin!
I logged in and checked your themes but you did not have Enfold uploaded to your theme folder. We do not give support for other themes so you will need to contact the author of that theme for support.
EDIT: Sorry, just realized it’s a highly customized version of Enfold. I couldn’t figure out which version it is though. Try completely deleting it from your WordPress theme directory before downloading + uploading a fresh copy from themeforest. After doing that just activate Enfold instead of your child theme. Also be sure to deactivate all plugins while testing.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey arnie-design!
Can you send us a link to these articles please?
Regards,
ElliottHi CreativeH!
There is no point in hiding that but you can do it by commenting out line 45 in /enfold/includes/admin/register-portfolio.php.
//register_post_type( 'portfolio' , $args );Regards,
ElliottHi odac25thka!
I tried viewing a couple of your pages including the home page but the layout builder is loading for me fine. Did you get this sorted?
If your still having problems then try clearing your browser cache or try viewing in a different browser to see what happens.
Cheers!
ElliottHey DavideModigliani!
That post is pretty old. The filter name was changed to “avia_post_nav_settings” I think. Try this one out, https://kriesi.at/support/topic/avia_post_nav-function-not-cycling-categories-even-when-set-to-true/#post-317817.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey Guenter!
It’s whatever you wish to use. Quick CSS is more of a temporary testing area and the custom.css is more of a permanent area.
Regards,
ElliottHey kyfr4n!
We have a filter called “avf_modify_thumb_size” that you can use instead, https://kriesi.at/support/topic/modify-post-image-size/#post-432178.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hey bsomme1!
I didn’t see it on my end, did you get it sorted? It could be from a plugin your using that is loading external scripts.
Cheers!
ElliottApril 24, 2015 at 9:01 pm in reply to: Darstellungsproblem "&"-Zeichen – Spezielle Überschrift #434422Hi DietrichID!
It looks like you forgot to include the link. Add that in and we’ll take a look.
Best regards,
ElliottHi etocom!
Feel free to add a request for this here, https://kriesi.at/support/enfold-feature-requests/, and we may see something get added in a future update.
Woocommerce also has a bunch of shortcodes you can use here, http://docs.woothemes.com/document/woocommerce-shortcodes/.
Best regards,
ElliottHey sebastianpieper!
Thanks for the notice but I can not reproduce it on my end. Perhaps it was a problem with a plugin you were using? Make sure WordPress is updated.
Best regards,
ElliottHi erikvermeulen!
Add this to your custom CSS.
figcaption.av-inner-masonry-content.site-background { background: green !important; }Regards,
ElliottHey AdonaiAR!
Go ahead and take a screenshot of your LayerSlider settings so we can get a better idea of what the problem is.
Also send us a WordPress login.
Best regards,
ElliottHey mikehenze!
If you use a plugin such as WordPress SEO, https://wordpress.org/plugins/wordpress-seo/, then when editing the page you can set it’s status to noindex so it’s not read by search engines.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi xianeK!
Not that I know of. It would be best to use the PNG format for your logo so it is read by all browsers.
Regards,
ElliottHi BoldiZo!
We can give you some CSS to use but I’m not sure why you would want to do that. If you only want 5 thumbnails to display then you would only need to select 5 images in the gallery.
Regards,
ElliottHi hasbeat!
Yes you would need a plugin or a freelancer for this. I do not know of any plugins I can recommend though. I would try searching for google maps plugins, https://wordpress.org/plugins/, and look over their feature list.
Best regards,
ElliottHey Mupfel!
Send us a link to your page and we’ll take a look.
Best regards,
ElliottHey!
It’s most likely your using an old version of Enfold. Make sure your using the latest version, 3.1.3. See here for updating via FTP, http://kriesi.at/documentation/enfold/portfolio-item/update-theme-files-with-ftp/.
Also make sure to deactivate all plugins while testing.
Best regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
April 24, 2015 at 8:21 pm in reply to: How do I turn off the fade effect of when an image is moused over? #434367Hey!
Try this.
.home #full_slider_1 .image-overlay { display: none !important; }Best regards,
ElliottHey DJQuad!
The post slider can do this.
Regards,
Elliott-
This reply was modified 10 years, 9 months ago by
Elliott.
Hi mercury9!
Try commenting out lines 6 – 20 in the /enfold/config-templatebuilder/avia-template-builder/config/pointers.php.
Regards,
Elliott -
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
