Search Results for 'ie'

  • Author
    Search Results
  • #58416

    Hi Zed

    Thanks for your reply. I understand that wordpress is using the page for posts and nothing from the pages properties is used.

    That is what I am asking about, is there some way to get wordpress to put an image between the menu and the first post.

    I have looked at the source code for the blog page and an other page and identified the bit of code that inserts the image. If I knew where the posts page is hidden I could insert the same line of code and it would then show the image.

    Is there any way to do this?

    Thanks

    #58411
    Zed
    Cryout Creations mastermind

    The gallery on the demo site is created using WordPress’ built-in gallery functionality. Its shortcode used (ignoring the image IDs) is:
    [gallery link="file" size="medium" ids="457,456,454,453,447,446,445,449"]
    The component images are set to link to the media files (not attachment page) and their pop-up view is accomplished with a Fancybox plugin.


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

    The word limit is configurable in the theme’s options. The excerpts (preview) list normally displays the featured image assigned to the posts.


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

    I’m using the most specific rules that I can and it didn’t work.
    Can’t you add an option that will make the using of child-theme more easy? like option to “inject” my child-theme style after all your files in the <head>, or if it’s already possible I’d like to know how to do that and get some directions, because I don’t have too much experience with child-theme in WordPress.

    Thanks,
    Ido.

    #58400
    angeljs
    Power User

    Hi, yes, I tried aligning left and it was fine.

    Thanks

    Zed
    Cryout Creations mastermind

    The site title HTML element used by the theme is different between the homepage and the other site sections (for SEO purposes). This makes it fall back to one font on the homepage and a different font on the other sections if its primary font selection is invalid.

    Enter the correct font identifier for the site title in the theme’s options and it will work consistently throughout the 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.
    #58391

    In reply to: Add more CTA buttons

    Zed
    Cryout Creations mastermind

    The CTA fields should be translatable in the plugin’s Strings feature.


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

    In reply to: Header Images issue

    Zed
    Cryout Creations mastermind

    The Site Identity > Header Media option controls the header image displayed on all site sections (pages, posts, categories, so on), except single sections (posts and pages) which have a large enough featured image set while the theme’s featured image as header option is enabled.

    Any plugin that will try to override the header image functionality will probably fail when the theme option is enabled and those content elements do have featured images set. Otherwise, plugins that correctly filter WordPress’ built-in header image functionality should 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.
    #58383
    Zed
    Cryout Creations mastermind

    You might need to manually activate multilanguage support for custom post types:

    https://polylang.pro/doc/multilingual-custom-post-types-and-taxonomies/


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

    WordPress replaces the static page you’re setting as “Blog” with the posts list entirely. Nothing from its properties (title, content) is used.


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

    @darynkyle, I’m sorry but we don’t provide any kind of support when our link is removed without our approval or not part of our support service.

    If you’re a priority support customer, you can use the dedicated form for fast replies.


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

    Thanks for pointing this out.
    There’s indeed an issue with the display of those extra text fields data in the settings, resulting in them being empty (although the data is still saved at this point). However, if the theme settings are saved while these fields appear empty, the data will be lost.

    We’ll correct this error as soon as possible.


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

    @ThomasW, I have edited the first post with more information, including rollback.


    @chindmarsh
    , We have not customized or applied any player styling or behaviour. Did you check if the player behaves differently on Mantra than one of the default Twenty themes (for example)?


    @MarkL
    , the new padding is part of the updated design. Mantra used to be very cramped and small, current design trends use a lot more spacing all around (we’ve been quite reserved with this however in the 3.0 updates, trying to keep most of Mantra’s personality).


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

    In reply to: Logo Getting Squished

    GaitherStephens
    Power User

    I believe that has fixed the issue. Thank you so much for your help on this! So many times I’ll install a plugin for one type of function and it ends up adding tons more functions that conflict with other parts of the website. I probably would have never found that on my own. Thank you again.

    Gaither

    #57991

    Thanks for your answer !

    But I’m not sure I really get it.
    Before posting I tried to modify the page.php to remove the sidebar ( which is not needed when one is on the static front page ), and eventually I ended up removing the part that displays the content to start from scratch. But obviously it means that if I create another post, it won’t have a sidebar.

    So do you mean I have to create another $custom.php ( named something like static-page.php ) ? If yes, how do I tell WP to use static-page.php as the front page ?

    #57984
    Zed
    Cryout Creations mastermind

    If you’re using the ‘posts by id’ method for defining sliders, I believe the IDs list field is not listed for Polylang. I’ll look into this and add the field to the list for 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.
    #57959
    Zed
    Cryout Creations mastermind

    The theme uses WordPress’ core functionality to retrieve the correct header image. If Polylang provides any way to use different header images depending on language then that should work with Tempera as well (even if this is doe with code via filters).

    Otherwise, coding in a header image selector depending on language is not an easy task in Tempera due to its complex header structure.


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

    In WordPress one file handles multiple usage cases. For example in Parabola page.php will render *all* static pages. The pages (and other content elements, like posts) themselves are stored by WordPress in the database, not files.

    If you’re looking to customize a single content element beyond what the dashboard editor can do ( even with additional plugins), you can use the template hierarchy map to identify which file will be used to render that particular content element:

    You normally start by copying the default handler file from the theme to your child theme and customizing it from there.


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

    @xorpheous, if you referring to single posts using up half of the available content space (leaving empty room for a second column, like here) this is an issue we’re fixing in the upcoming update.

    Otherwise, the homepage posts list and other posts lists (categories, archives) always used the same layout simultaneously – either posts in two columns or posts in one column – excluding the sidebar.


    @pattyoss
    , it appears you’ve disabled (or never used) the magazine layout option. You’ll be able to re-enable it after the next update without it breaking the single posts layout anymore.


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

    Thank you Zed. After realizing that it was only the files I already had in the mantra-child directory which needed some editing (eg. category-27.php and style.css), I was somewhat surprised to find that I also needed the “includes” sub-directory (containing theme-frontpage.php) to be under mantra-child as well. (This is just by testing on a test site; I still haven’t updated the live site yet.)
    Does that seem to be expected, to you? I don’t appear to need the other sub-directories content, resources or templates, to be under mantra-child; they are OK just in the main mantra folder.

    #57922

    Another update. The padding in the menu bar titles is in the main Mantra style. I’ve tried to override that with this entry in my mantra-child/style.css file:

    #access a {
    padding: 0.5em; 0.5em;
    }

    but it is not working. (The parent Mantra theme as padding: 0.5em; 1.5em;)

    I have also tried including !important but that doesn’t help either. I don’t know if there is a css speficity issue here or if there is something else wrong.

    Any ideas, anyone?

    John

    #57908

    Partial solution found, thanks to my son. I edited the category-27.php file which is directly under the mantra-child directory (the old location before Mantra 3 came along) to use the “content/content” as indicated above. I believe this is now picking up the posts as desired.

    At the moment this leaves the other problem, of modifying the css for the padding in the menu titles — I don’t know what class names are involved, or where that particular css is located.

    Thanks,
    John

    In wp-content/themes/septera/inducles/landing-page.php:
    in text area builder edit this:
    ‘text’ => apply_filters( ‘the_content’, get_post_field( ‘post_content’, $pageid ) ),
    to this:
    ‘text’ => get_post_field( ‘post_content’, $pageid ),
    That’s all you need change to sovle this problem 🙂

    #57759
    Zed
    Cryout Creations mastermind

    The static slider functionality is indeed missing responsiveness. We’ll correct this in the next theme update.
    On our demo there was some leftover styling being applied which made it behave differently.


    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

    The font name you’ve set for the site title is invalid. The font name should be ‘Fjalla One’, not ‘fjalla’.

    On the homepage the site title is a heading, inheriting the headings font. On other pages the title is a simple span, so the headings fonts no longer applies.


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

    Tempera does not store your URL paths, WordPress does this (in thedatabase). If you’ve moved your site (WordPress install), make sure to correctly update all URLs stored in the database the reflect the correct new one (including SSL if you’re using it):
    https://codex.wordpress.org/Moving_WordPress

    Using the correct procedure will update all entries, including those in the theme’s options.

    Tempera has backup capability – you’ll find its Export/Import functionality in its settings page, under Appearance > Tempera Settings.


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

    I am unable to use the code you provided to translate the icon blocks. Did something change with the latest update or is this my fault? Maybe you could provide a screenshot of the code area after you’ve copied the code so that I can make sure that I’ve done everything correctly.
    Also, are you planning on fixing the problem any time soon or will I have to change themes? I love Fluida so I hope you’ll be able to fix this problem…

    Thanks in advance 🙂

    #57527
    Zed
    Cryout Creations mastermind

    @ncesareo, the CSS in my previous answer only applies to the theme’s static slider. Our slider plugin has an option (since the latest update) to control this 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.
    #57517
    Zed
    Cryout Creations mastermind

    The spacing between widgets can be adjusted with custom styling:
    body .widget-container { margin-bottom: 1em; }

    The vertical spacing between articles can also be adjusted with CSS:
    body #content-masonry article.hentry { margin-bottom: 2%; }
    The horizontal spacing between articles is more difficult to adjust since it is applied by multiple styling rules, some generated based on the theme options.


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

    Mobile Safari has some issues handling the styling applied on the text areas background image (it can’t handle fixed positioning with cover sizing). We’ll correct this in the theme in a future 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.
Viewing 30 results - 991 through 1,020 (of 3,144 total)