speedfreakhorror
Forum Replies Created
-
I had mailed but i got no response.
I am on the latest divi version the lastest that is on place. Yes i was using a minify and did try truning off waited an hour and check if the error is there and found it did not go out.
I am trying to use it on the homepage.
tried switching on DIVI Supreme Modules Plugin and Divi Builder Just Died.
Forum: Plugins
In reply to: [DIVI Enhancer - DIVI Modules and Options] Popup ModalI actually want to get it working fully on a section or row.
Forum: Plugins
In reply to: [DIVI Enhancer - DIVI Modules and Options] Latest VersionDear Miguras
I am using divi 3.17.6.Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Storefront ThemeI tried with the repeater template it just gives big pics of the product but not the correct result.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Storefront ThemeIts working but the looks is not as same as what is achieved in the demo shown. in demo it comes as a box why not when the template provided is applied with the repeater template.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Storefront Themethis is what tends to happen when i copy the template as per given in the example.
Forum: Plugins
In reply to: [Ajax Load More – Infinite Scroll, Load More, & Lazy Load] Storefront Themeyes i did even tried the template file provided but it destroys the structure of the theme i many levels.
Forum: Themes and Templates
In reply to: [Hueman] Display images from posts on homepage directlywell for that i suggest once u publish the image u regenerate the thumbnail using the ” Regenerate Plugin “.
Forum: Themes and Templates
In reply to: [Hueman] Display images from posts on homepage directlyTry this Plugin Maybe it Will Solve your Problem
Forum: Themes and Templates
In reply to: [Hueman] Display time on postsCould You Be More Specific So That I Can Look To It And Be Helpful Also Do Include Your Website URL.
Forum: Themes and Templates
In reply to: [Hueman] is it possible ? sidebar-top / categoriesWell Sorry For The Late Reply
Better To Use A Child Theme but if in stock theme open sidebar.php and then change the below code:
<p><?php _e('Follow:','hueman'); ?></p> <?php alx_social_links() ; ?>to
`<?php wp_dropdown_categories( $args ); ?>
<?php $args = array(
‘show_option_all’ => ”,
‘show_option_none’ => ”,
‘orderby’ => ‘ID’,
‘order’ => ‘ASC’,
‘show_count’ => 0,
‘hide_empty’ => 1,
‘child_of’ => 0,
‘exclude’ => ”,
‘echo’ => 1,
‘selected’ => 0,
‘hierarchical’ => 0,
‘name’ => ‘Cat’,
‘id’ => ”,
‘class’ => ‘postform’,
‘depth’ => 0,
‘tab_index’ => 0,
‘taxonomy’ => ‘category’,
‘hide_if_empty’ => false,
); ?>`This Will Give You A Category Selector But it Wont Be Like The Widget. I Am Trying To Make it like the Widget but till then use the above and fyi i am not that good in php,html or css
Forum: Themes and Templates
In reply to: [Hueman] is it possible ? sidebar-top / categoriesPlease Write In Good english at least be informative. the Link All i could guess i that you want to change the Follow To A Search Bar For Catagories
if it is then do reply.Forum: Themes and Templates
In reply to: [Hueman] Change İmage SizeGo To Appearance > Theme Editor > Function.php
Look For the Code below// Thumbnail sizes add_image_size( 'thumb-small', 160, 160, true ); add_image_size( 'thumb-medium', 520, 245, true ); add_image_size( 'thumb-large', 720, 340, true );Change The True To False Then Kindly Please Regenerate Thumbnails using the regenerate plugin that was a required installation with the theme. After Regeneration Also Make Sure to Clear Cache of browser.
Greetings From Speedfreakhorror.com
Forum: Themes and Templates
In reply to: [Hueman] buddypress Registration Page