Zed

Forum Replies Created

Viewing 30 posts - 6,241 through 6,270 (of 6,636 total)
  • Author
    Posts
  • in reply to: How to get buttons side by side in text widget #7107
    Zed
    Cryout Creations mastermind

    Which buttons/items would those be?ย The image and textarea in “Please Grab My Button for your Blog & Join Me In Networked Blogs”?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: reduce white space after h1 and/or h2 #7105
    Zed
    Cryout Creations mastermind

    This is meant to go in the Custom CSS field under Miscellaneous Settings (see my signature).

    Yes, you can just place that on any H you want, but try to keep it within #content .entry-content, otherwise you will affect all headings on the site:

    #content .entry-content h1, #content .entry-content h2, #content .entry-content h3 ... { }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Background image #7104
    Zed
    Cryout Creations mastermind

    Same issue as in your message with the menu alignment, except this time the plugin is adding padding on body (and background color, and font, and font size).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Left Alight menu contents #7103
    Zed
    Cryout Creations mastermind

    That’s caused by a plugin adding text-align: center on the whole document on some pages.

    < !-- Start of CSS Styles -->
    < !-- CSS for this test page-->
    < style type="text/css">
    html, body { text-align:center; ...

    You need to figure out which plugin this is, and fix it. This is not proper behaviour.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Suggestions for more social networks icons #7048
    Zed
    Cryout Creations mastermind

    If anyone wishing a new social icon can supply us with a 37×37 pixels PNG image for that particular social network with a design similar to the icons already present in Mantra, we’ll be happy to include it in the next update.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Add social media option for Scoop.it #7047
    Zed
    Cryout Creations mastermind

    If you can supply us with a 37×37 pixels transparent PNG image for that particular social network with a design similar to the icons already present in Mantra, we’ll be happy to include it.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: No Comments Section under each post #7045
    Zed
    Cryout Creations mastermind

    Comment options are controlled globally via Settings > Discussion for posts/pages created from now on and on a per post/page basis for all posts/pages that already exist (when editing the theme). Mantra’s settings only control how forms/texts are displayed on the site, not the actual comments or commenting functionality.

    The “edit” button isย  a WordPress feature and is only visible to authenticated users with proper rights.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Slider โ€“ editing of custom image settings #7043
    Zed
    Cryout Creations mastermind

    The slider only needs to know the image URL (you can upload and it will automatically be filled in, or you can type that in manually).

    You are actually uploading your image in WordPress, not in the theme/slider. Whatever other options you need to perform to that image, you do them via the Library.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Video on the home page #7041
    Zed
    Cryout Creations mastermind

    From a visitor’s point of view, videos on the home page are so intrusive for me… I really hate it when random videos start playing, especially those with sound. I actually use Firefox extensions just to block this behaviour in my daily browsing. But this is just me ๐Ÿ™‚

    We had to chose between a good image slider and a slider supporting videos (which by definition will lack most image transition effects because it cannot mix videos and effects). Sliders supporting both good transition effects and videos are very complex, cost money and cannot be included in a free theme. So we chose the currently included slider.

    For extreme purposes, the presentation page slider can be changed (via child themes) to any other slider one wishes (and has at hand).

    Videos on the presentation page columns and two bottom text areas are now possible via shortcodes/plugins.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Social Media Settings Feature Request #7040
    Zed
    Cryout Creations mastermind

    There are numerous plugins offering the “share X” feature inside posts. There are also numerous plugins that let you add social icons (under any title you want) in any widget area (including the sidebar and the footer columns).

    The functionality provided by the theme to add social icons in the header and the absolute bottom footer is complementary to that provided by the plugins.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Ability to add more slides to presentation page #7039
    Zed
    Cryout Creations mastermind

    Custom posts are limited to 5, and we have no plans to change this number as one can easily use posts to generate slides; post generated slides can have an unlimited number.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Macro calls (or WP-Polls) on the Presentation Page #7038
    Zed
    Cryout Creations mastermind

    Shortcode on the presentation page support has been added around version 2.0.2.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: header fail #7037
    Zed
    Cryout Creations mastermind

    Your header is set to 0 height. Increase that to actually see the header image / logo ๐Ÿ™‚


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Gradient #7036
    Zed
    Cryout Creations mastermind

    You probably need to apply that to body, and you can insert it in the Custom CSS field under Miscellaneous Settings.

    Remember to first disable the WordPress defined background image/colour (if set) in Appearance > Background.

    PS: that rule will only work on part of the browsers. Have a look here for a complete CSS3 linear gradient background generator.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Where we can view the default code for the templates? #7014
    Zed
    Cryout Creations mastermind

    You can grab the entire theme from WordPress. You’ll find all the files in the archive.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Change color of Primary menu text #7013
    Zed
    Cryout Creations mastermind

    Richard: There are no built in options for controlling the menu text colours. Check the FAQs for custom CSS for it.

    Dany: That option aligns the “header image”, not the logo. They are two separate things.

     


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Tabs of the menu #7012
    Zed
    Cryout Creations mastermind

    Use a custom WordPress menu (see link in signature).


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Reset jQuery library #7011
    Zed
    Cryout Creations mastermind

    Dee, it’s normal to only see it while your dashboard is loading (slowly). Once jQuery finishes loading the message gets hidden.

    It’s only a problem if it remains displayed on the page after it has completed loading.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Custom logo does not display on iPhone / Safari #6927
    Zed
    Cryout Creations mastermind

    Did you update to 2.0.3? Are you still seeing the issue?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Text font not changing #6926
    Zed
    Cryout Creations mastermind

    Hi.

    We know about the issue and it’s almost fixed. Read this for more details.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Bilingual site #6925
    Zed
    Cryout Creations mastermind

    Unfortunately, the presentation page does not yet support multiple languages.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    Hi.

    That depends on the width of the site and the resolution of the monitor and will only happen when the two are about the same.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: some errors #6912
    Zed
    Cryout Creations mastermind

    Notices are not errors, they are just information for developers to write their code better.

    You should not be seeing PHP notices on a production server. If you do, the server is improperly configured.

    I’ll look into it and edit the module to fix those notices.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Reset jQuery library #6889
    Zed
    Cryout Creations mastermind

    Question D6 in the FAQs.

    • This reply was modified 11 years ago by Zed.

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Reduce 'white space' at top of the page #6888
    Zed
    Cryout Creations mastermind

    This is a totally unrelated question ๐Ÿ™‚

    I prefer using Jetpack’s comments feature (supports social login) in combination with Akismet to filter spam comments. They do quite a bit of work.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Cannot configure slider #6887
    Zed
    Cryout Creations mastermind

    Try disabling JS “minification” (if the plugin offers you such control) or exclude Mantra’s js files (again, if the plugin offers such features).

    I’ve encountered the same issues with W3 Total Cache and js “minification” so I believe we’ll have to play around with our theme code to make it “minify” compatible ๐Ÿ™‚


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    Zed
    Cryout Creations mastermind

    Sorry, I assumed you’re familiar withย CSS. I only gave you the CSS rules which apply to a particular CSS tag.

    This is the complete declaration:

    #frontpage blockquote img
    {margin-left: auto; margin-right: auto; }


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Reset jQuery library #6818
    Zed
    Cryout Creations mastermind

    What WordPress version are you using? What kind of hosting (Windows/Linux)?

    Can you give us temporary access to your dashboard to check this out ourselves?


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: Cannot configure slider #6816
    Zed
    Cryout Creations mastermind

    Simon, disable the bwp-minify plugin to see if that one is the cause.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    in reply to: 2.0.3 update – Fonts gone #6681
    Zed
    Cryout Creations mastermind

    Hi and sorry about that.
    While improving Google font inclusion to support font styles we kind of broke the standard fonts. Weโ€™ve already fixed this and submitted the update to WordPress, but it will take a couple of days until the update becomes live.

    The fixed mantra/admin/custom-styles.php file can be retrieved from the uploaded 2.0.3.1 update.

    If you’re comfortable with editing files, you can fix the mantra/admin/custom-styles.php file yourself :

    Search for

    $mantra_googlefont = '"'.str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefont)).'"';  
    $mantra_googlefonttitle = '"'.str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefonttitle)).'"'; 
    $mantra_googlefontside = '"'.str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefontside)).'"'; 
    $mantra_googlefontsubheader = '"'.str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefontsubheader)).'"'; 
    
    ?><?php if (stripslashes($mantra_fontfamily) != '"Segoe UI", Arial, sans-serif' || $mantra_googlefont) { ?> * , .widget-title {font-family:<?php if (!$mantra_googlefont) echo $mantra_fontfamily; else echo $mantra_googlefont;  ?> ; }<?php }
    ?><?php if ($mantra_fonttitle != "Default" || $mantra_googlefonttitle) { ?> #content h1.entry-title a, #content h2.entry-title a, #content h1.entry-title , #content h2.entry-title {font-family:<?php if (!$mantra_googlefonttitle) echo $mantra_fonttitle; else echo $mantra_googlefonttitle;  ?> ; }<?php }
    ?><?php if ($mantra_fontside != "Default" || $mantra_googlefontside) { ?> .widget-area *  {font-family:<?php if (!$mantra_googlefontside) echo $mantra_fontside; else echo $mantra_googlefontside;  ?> ; }<?php }
    ?><?php if ($mantra_fontsubheader != "Default"  || $mantra_googlefontsubheader ) { ?> .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {font-family:<?php if (!$mantra_googlefontsubheader) echo $mantra_fontsubheader; else echo $mantra_googlefontsubheader;  ?> ; }<?php }

    and replace with

    $mantra_googlefont = str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefont));
    $mantra_googlefonttitle = str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefonttitle));
    $mantra_googlefontside = str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefontside));
    $mantra_googlefontsubheader = str_replace('+',' ',preg_replace('/:.*/i','',$mantra_googlefontsubheader));
    
    ?><?php if (stripslashes($mantra_fontfamily) != '"Segoe UI", Arial, sans-serif' || $mantra_googlefont) { ?> * , .widget-title {font-family:<?php if (!$mantra_googlefont) echo $mantra_fontfamily; else echo "\"$mantra_googlefont\"";  ?> ; }<?php }
    ?><?php if ($mantra_fonttitle != "Default" || $mantra_googlefonttitle) { ?> #content h1.entry-title a, #content h2.entry-title a, #content h1.entry-title , #content h2.entry-title {font-family:<?php if (!$mantra_googlefonttitle) echo $mantra_fonttitle; else echo "\"$mantra_googlefonttitle\"";  ?> ; }<?php }
    ?><?php if ($mantra_fontside != "Default" || $mantra_googlefontside) { ?> .widget-area *  {font-family:<?php if (!$mantra_googlefontside) echo $mantra_fontside; else echo "\"$mantra_googlefontside\"";  ?> ; }<?php }
    ?><?php if ($mantra_fontsubheader != "Default"  || $mantra_googlefontsubheader ) { ?> .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {font-family:<?php if (!$mantra_googlefontsubheader) echo $mantra_fontsubheader; else echo "\"$mantra_googlefontsubheader\"";  ?> ; }<?php }

     


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 30 posts - 6,241 through 6,270 (of 6,636 total)