Search Results for 'ie'

  • Author
    Search Results
  • #41558

    Zed,
    That was a no go.

    I put your suggestion in the custom CSS area. No change. I even tried increasing the “#header { padding-top:” to 80px.
    Still no change.

    I’m leaving the custom CSS in place, in case you want to take a look.

    Any other suggestions?

    Website: deeperpodcast.com

    #41527

    In reply to: Colors

    Hello
    Lorsque je choisis un nouveau code couleur le bouton save est inopérant donc je resté bloqué sur les couleurs présélectionnées. Pour contourner une partie du problème en particulier dans la barre de menu j’ai rentré du code.
    Cordialement
    Dominique

    #41522
    Zed
    Cryout Creations mastermind

    Are you using the theme’s landing page or a static page for your homepage?

    Latest versions of Fluida fully support Polylang for multilanguage sites including for the landing page elements. You’ll need to use the Strings feature for input fields and define multi-language versions for elements that use posts/pages.


    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.
    #41513
    Zed
    Cryout Creations mastermind

    1) Just add the new social icons to the array list:

    $extraSocials = array(
    'New Social',
    ‘Another New Social’,
    );

    And place their images in the same subfolder as the replacement icons (making sure the filenames are identical to the strings written here).

    Don’t include existing social icons to this array, you’ll just get them listed twice in the theme settings dropdowns. Including the new images into the child theme folder (in the proper location) is sufficient to replace the icon.

    2) To test a customized child theme it is preferred to switch back to the parent theme first, then modify the child theme and preview it in the Customizer before activating it to make sure everything works and the changes don’t cause a fatal error. You cannot preview a (child) theme that is already active on the site.

    3) Jetpack’s icons belong to Jetpack. You’ll need to read their documentation and follow their guidelines on how to change them.

    4) As I cannot browse your site I don’t know what exactly you are trying to customize. Some tweaks can be made with just CSS, but depending on the extent of the customizations and the affected elements (like using images for buttons, for example), further changes to both CSS and HTML and even PHP may be needed.


    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.
    #41511
    Zed
    Cryout Creations mastermind

    Your site appears to encounter JavaScript issues (certain theme function calls fail). This may be caused by a plugin interfering with WordPress’ bundled version of jQuery (which the theme relies on).

    Test things out by temporarily disabling all your plugins to see if the slider returns. Then re-enable them one by one to pinpoint which 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.
    #41506
    Zed
    Cryout Creations mastermind

    This may be caused by a limitation or security lock in your PHP configuration.

    Line 114 in Tempera tries to read data from a variable defined at the beginning of the same file and shouldn’t fail.

    Which PHP version is your server running?


    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.
    #41505
    Zed
    Cryout Creations mastermind

    Using text widgets to render HTML is very easy to create markup errors that break the layout.

    You can use the browser’s source view to point out such errors (Firefox for example colours markup it considers invalid in red):


    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.
    #41461

    In reply to: Primary category

    Oh yes, I am very sorry. I was always using customized installation of WordPress from my hosting provider and they preinstalled Yoast SEO. One feature is to make category primary, but it needs adjusting when customized theme is present.

    It was really easy to have mistaken it for native feature as it is right in the categories menu.

    Thank you for reply and thanks for your great themes.

    #41436

    In reply to: Scroll down

    Hello
    Great, thank you ! 🙂
    Olivier

    #41430

    In reply to: Primary category

    Zed
    Cryout Creations mastermind

    As far as I remember, there is no ‘primary’ category in WordPress. They’re all equal.
    Breadcrumbs use WordPress’ functionality to figure out the category a post belongs to, and WordPress orders categories alphabetically, so A will always be chosen before B.

    Are you using a plugin to select a primary category?


    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.
    #41423

    Great! Thanks so much for responding, Zed! My new social icons are now showing in the front end. 🙂 I did everything you directed above and it worked. But I still have some questions:

    1) How would I add additional social networks? I left only the new social networks in the $extrasocials array as follows:

    <?php
    /**************************
    * Nirvana – Child extra social icons theme example
    * version 0.1 / 20150525 / for Nirvana v1.0.4 and up
    * (c) Cryout Creations
    * ***********************/

    $extraSocials = array(
    ‘Bloglovin’,
    ‘Etsy’,
    ‘RSS’,
    ‘Snapchat’,
    // edit and/or add your extra socials here;
    // leave this array empty if you only want to replace the images in your child theme
    // the new social icons image files need to be placed in the nirvana-extrasocials/images/socials folder,
    // with the exact same name(s) used above; capitalization DOES matter!
    );

    And I added them to the socials folder with the other files. Now how do I get them to appear?

    2) Also, I am still getting the following error when trying to customize my site through the front end. Do you know what would cause it? You mentioned “make sure you preview the edited child theme before activating it with the new code” but it doesn’t give me the option to preview. The only option it gives me is to “customize” which takes me to the front end customize screen where I get the error message. If I go to just preview my site without customizing, it looks fine. I only get the error message in the customize screen. The child theme was working fine until I added the php file. I’m wondering if I put it in the wrong place maybe? I have it saved to: wp-content/themes/Nirvana – Child/ and I amended it as stated above and checked for closing and opening tags. And my css file just has the basic opening header info that I added from the child theme tutorial.

    The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept cookies.

    3) Also, I wanted to ask you how modifying the social icons in the theme effects the Publicize and Social widgets with Jetpack. Do I have to follow the directions on their site to modify the icons? And how does that interact with the new social icons I just added to the child theme? Does one override the other? How do I correctly modify their widgets and icons like the profile photo badge, follow me on…. buttons, etc?

    4) Lastly, I need to replace the menu buttons for the main header ie About, Blog, Contact, etc. Is there a way to do this? I also would like to replace the search bar and add sidebar tabs, profile badge photo, etc. These are all png or jpeg files I purchased from a blog branding kit. But I was told I didn’t need to know any css! lol

    I know these are a lot of questions but I’m totally lost about how to do it! Any help or direction you can give me is so very much appreciated!!

    Thanks, Zed! Julie

    Website: reviewzbyjewelz.com

    Zed, I’ve done that and tried setting a static page but it won’t work. Once I make the change, my site doesn’t load.

    #41419

    Yes – as I wrote, I followed the description on that page.

    I made a page and it’s template is “Category page with intro”. Then I tried the different keys, one at a time, with the corresponding value, like so; https://postimg.org/image/b1rxt6e8h/

    None of the key/value pairs work, at least not the way I expect. When I click on the correct category I would expect my page to be shown first, and then all the posts belonging to that category, but it does not.

    #41409

    In reply to: incidents

    Zed
    Cryout Creations mastermind

    The page load slower because you are using several very complex plugins.

    Those ‘incidents’ refer only to the theme’s settings page (which may be affected by the additional resources loaded), do not exist anywhere else and should be viewed as an indication on how many extra resources specific plugins are loading (and how much consideration they have for the rest of the site extensions).


    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.
    #41407
    Zed
    Cryout Creations mastermind

    The social images are not displayed anywhere in the dashboard.

    If you’re only replacing the images (and don’t intend to add new networks that are not originally in the list) you don’t need to add them to the $extraSocials array.

    Gather the new images and upload them as
    wp-content/themes/Nirvana – Child/images/socials/*Social*.png

    Leave the extra array empty:
    $extraSocials = array( );
    and include the rest of the provided code in your child theme’s functions.php.

    Be careful with php opening/closing tags (so they don’t create errors) and make sure you preview the edited child theme before activating it with the new code.


    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.
    #41405
    Zed
    Cryout Creations mastermind

    Yes, the H1 tag is for now only applied to the site title.


    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.
    #41396

    In reply to: Sidebar Switch

    Zed
    Cryout Creations mastermind

    In Mantra the first sidebar is always used on single sidebar layouts (including page templates). The second sidebar only appears on two-sidebar layouts.

    If you need different widgets depending on the section of the site viewed, I suggest using a widget visibility plugin (like Jetpack’s built-in support for this).


    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.
    #41336

    Also, I’m now getting this error message in the front end of my site when in customize mode ever since.

    The page isn’t redirecting properly

    Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept cookies.

    #41334
    Kay
    Cryout Creations mastermind

    Hi Eddie and thanks a lot for your interest in our themes.

    There’s no discount for two themes at this moment, however a general discount may arrive around this holiday season that should work well for you 😉

    Have a great day!


    Before posting consider reading our short theme debugging instructions.
    Please read the FAQs: MantraNirvanaParabolaTempera
    Tutorials: custom menustranslating themeinstalling themecategory page with introdisabling comments Wordpress: child themescategories/posts
    Before making any modifications to your theme we strongly recommend using Child Themes.
    #41333

    I have now tried just switching to category few, added and removed the page, but no luck. This is the last thing before the site goes live, so I was hoping it could be a simple fix without having to change themes.

    #41262

    https://dl.dropboxusercontent.com/u/14675729/twocolumnoverlap.jpg

    That’s a screenshot of what’s happening. I reinstalled 0.9.7, same problem. My blog posts have shifted over on top of my left sidebar. I am running a child theme, but only to add my adsense code in the header. I’ve made no changes to the theme itself. I’ve also tried disabling all plugins, but the problem persists.

    Website: rachelscreativeadventures.com

    #41155

    Thank you, I should have figured that out. But I got a new problem – How do I get my categories and other widgets on the right side on the blogpage? Now the post itself is full-witdh and I don’t know where to put the widgets.

    #41073

    In reply to: Google Font Issues

    Zed
    Cryout Creations mastermind

    Google fonts are automatically loaded from Google’s services (adding the files to the theme folder has no effect) and requires entering the correct font identifier in the field, for example:

    • Cabin (standard) – enter “Cabin”
    • Cabin Semi Bold – enter “Cabin:600” (600 is the semi-bold font weight)
    • Cabin Bold – enter “Cabin:700”

    You can get the correct identifier by selecting the desired font variant and looking for the embedding code on Google’s service site:


    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.
    #41072

    In reply to: No Mobile Display

    Zed
    Cryout Creations mastermind

    Your contact form uses tables with inline sizing. Tables are inherently not responsive (and setting sizes on them doesn’t help).
    Try adding this custom styling:

    @media (max-width: 800px) {
     #fm-form-1 table, #fm-form-1 td, #fm-form-1 input, #fm-form-1 textarea, #fm-form-1 select {
        float: left;
        max-width: 100%;
     }
     #fm-form-1 fieldset, #fm-form-1 ul, #fm-form-1 ul li {
        background: transparent;
        padding: 0;
     }
    }

    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.
    #41041

    Okay, after getting a lot of info here and there, I now know how to do what I want, but it implies to override frontend.js. I try do this properly in the child theme, I tried several things in functions.php, using wp_dequeue and wp_enqueue, without success, frontend.js from parent theme is always the one used.
    So, what am I missing ? What would be the procedure here ?

    Thanks in advance, any help would be truely, greatly appreciated !

    Website: skadi-web.fr

    #41018

    Thank you for this response, but I tried to remove the <noscript></nostript> line and it doesn’t change anything with the responsive menu… I removed after that all the Piwik code, and it doesn’t work better.

    Another idea?

    #41009
    lvholmes
    Power User

    For anyone else having this question, I’ve solved it by adding the widget “Image Slider” to the Above Content Area. The slider then appears on every page and post, which I did not want. I added the widget “Widget Logic” which when enabled adds a text field to each widget which you can use to configure where the widget appears on your site. You have to be able to write a wp filter, which I cannot do, but the developer supplied the filter to have the widget appear only on the home page: is_home()

    #41004

    In reply to: woocommerce + fluida

    single product page and shop page – still does not display correctly, I tried to create woocommerce.php but still problem

    #40992

    I just removed the reviews option from the site. I wanted to move forward with working on it…. if anyone has a work around or knows how to tweak the CSS, I look forward to your reply.
    TIA

    This reply is private.
Viewing 30 results - 1,411 through 1,440 (of 3,144 total)