Sami
Forum Replies Created
-
Forum: Reviews
In reply to: [silverOrchid] No documentationThere’s a dedicated support forum for the theme on the theme author’s website.
Forum: Themes and Templates
In reply to: [Max Magazine] Max magazine appearance issues1. Slider should show the post title and summary, if you have changed anything in the CSS, it might have become invsible.
2. You need to define the fixed height for the carousel, you can change the height in style.css file. Increase the height and it will show more text.
3. Did you mean the footer by ‘grey field in the bottom’? You need to add widgets in that area. Go to your widgets section and select widgets.
Its impossible to know most of your problems without having a look at live demo.
Forum: Themes and Templates
In reply to: [silverOrchid] Can Digg Digg work with this?What problem you are facing?
Forum: Themes and Templates
In reply to: [Max Magazine] (head) tag missing in the header pageSorry, it looks like it got deleted by mistake. I have fixed it and updated the theme, it should be available to download on WordPress website soon.
Forum: Themes and Templates
In reply to: [Max Magazine] Time format improvementThanks Laurent, I’ll keep in mind that in next update ??
Forum: Themes and Templates
In reply to: [Max Magazine] Max Magazine images not loadingNothing is broken, everything works fine. You just need to enable from the theme options page.
You dont need to add a category with name ‘featured’, instead you need to upload the featured images to the post and select the category for the slider from the theme options page.Here’s the live demo of the theme: https://demo.gazpo.com/?themedemo=max
Forum: Themes and Templates
In reply to: [silverOrchid] ad468_60 not displayed in firefox but in ieIf its being displayed in IE, it should in FF as well. Perhaps some of the ad blocking widget is blocking it.
Forum: Themes and Templates
In reply to: [Max Magazine] Max Magazine images not loadingYou need to add featured images to the posts.
Forum: Themes and Templates
In reply to: [Max Magazine] Page Load TimeSome of the API (eg. twitter/fb) etc might take some time to load.
The category page simply displays the category posts archive with the thumbnails. You can check the homepage categories style and edit the category file to make its style similar.
Forum: Themes and Templates
In reply to: [Max Magazine] Widgets overlapping in sidebar – Max MagazineNo, slider does not rely on masory. Only sidebar widgets use it. Everything should work fine without masonry. You should remove its configuration settings from the js/custom.js file.
Open custom.js file and remove this:jQuery('#sidebar').masonry({ itemSelector: '.widget' });
It should work. If it still does not work, let me know and I can look further.
Forum: Themes and Templates
In reply to: [Max Magazine] Widgets overlapping in sidebar – Max Magazine@projectperception
Yes, the idea was that the widgets display nicely without any gaps in the responsive view. You can perhaps include the masonry script only if its being viewed on the mobile devices.Forum: Themes and Templates
In reply to: [Max Magazine] Widgets overlapping in sidebar – Max MagazineSorry guys, thats problem is sometimes caused by the Masonry plugin. You can simply disbale the plugin from the functions.php (just remove the line following line from the functions.php file:
wp_enqueue_script('masonry', get_template_directory_uri() . '/js/jquery.masonry.min.js', array('jquery'));
Forum: Themes and Templates
In reply to: [Max Magazine] Site Title and Tagline missingNo, you either display the site title or use a logo. If you can edit the header file to change that.
Forum: Themes and Templates
In reply to: [Max Magazine] Removing Sidebar@brad Davis, did you solve your problem already? If not, i can try to help you.