Giter Site home page Giter Site logo

fruitful's Issues

Posts Page margin-top changes on site reload

Hi, on a clients site I have a strange behaviour on the Posts Page:

When navigating to the Posts Page via menu entry, the last post is shown fully right under my main menu.
When reloading the page, the title of the most recent post is cut off and hidden behind the main menu.

There is in inline element that controls the margin-top:
<div id="page" class="page-container" style="margin-top: 199px;">

This element changes when reloading the page to:
<div id="page" class="page-container" style="margin-top: 86px;">

Right now I have this mitigated by adding:
@media only screen and (min-width:768px) { .page-container { margin-top: 199px !important; } }

Maybe you can replicate this problem? If this is an error on my clients end, than I'm sorry to bother.

Report security issue

Hi,

Ryan here from https://wpvulndb.com/

There has been a public report of a security issue affecting this theme, which we have verified.

We have tried to contact someone from Fruitful to report the issue 3 days ago but have yet to receive a reply.

Please can someone provide us with the appropriate security contact to report the issue to?

If we do not have any contact within a couple more days we will escalate the issue to the WordPress plugins team.

Thanks,
Ryan

Dequeue Google fonts

Is it possible to include Google fonts directly in the theme?
In case of privacy, it would be better to include it instead of calling the fonts api.
Unfortunately, the function for the enqueue is not that easy to dequeue in childs function.php.

Error that I get in the site health I think after the update to WordPress 5.3

There is an error that I get in the site health I think after the update to WordPress 5.3.

The REST API request failed due to an error. Error: [] cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

When I change the theme, the error disappears, so I thought to report in this place.
Sorry if my deduction was not that exact and that was not the case.

Issue with Wordpress SEO

Hi guys, great theme!
I am have installed Wordpress SEO and trying to change the Meta Title and Description on pages via the Wordpress SEO section but after publishing the page the changes dont take affect and it deletes whatever was inserted into the fields. The only page that works is the home page.

Please assist.

Jquery migrate errors

With Wordpress 5.5 Jquery migrate is removed.
Several things stopped working, including the admin page theme options.

The plugin 'jquery migrate helper' fixed the problems and mentioned these problems:

Please update the theme to not use jquery migrate, kind regards.

Description shortcode stopped working

Description shortcode stopped working after update and adding shortcode plugin. Disabled all plugins and still not working. Other shortcode is fine. ?

Keyboard navigation js error 404

I've got my site setup to send me error 404 messages, and I get bombarded by a 404 from "/wp-content/themes/fruitful/js/keyboard-image-navigation.js?ver=20120202".

As there is no keyboard-image-navigation.js in the Fruitful repository, I traced the error back to functions.php line 321, where there IS a reference to this js. Happens for ALL images in a gallery.

Tabs shortcode

The syntax required for the tabs shortcode is very confusing (and not documented). From what I could tell, the tabs shortcode is used like this:
[tabs unique_id_1="unused_text=Tab 1 Title" unique_id_2="unused_text=Tab 2 Title" unique_id_3="unused_text=Tab 3 Title"]

The unused text isn't looked at in the code—there is an explode at the equals and only the right half is used ($_inarray[0] holds "unused_text", but is never called):
$in_array = explode('=', $tab);
$output .= esc_attr($in_array[1]);

Why not pass $tab directly, like this?:
$output .= esc_attr($tab);

Removing the explode would make the shortcode simpler:
[tabs tab1="Tab 1 Title" tab2="Tab 2 Title" tab3="Tab 3 Title"]

Child Theme Configurator returning theme php error 1748

I generated a child theme using the Child Theme Configurator v2.5.8 plugin on a new install of the theme 'Fruitful' in WP v5.7.2.

After using default settings and clicking the 'analyze' button this message was returned.

The theme "fruitful Child" generated unexpected PHP debug output.

Notice: Trying to get property 'ID' of non-object in /home/customer/www/mydomain.com/public_html/wp-content/themes/fruitful/functions.php on line 1748

The child theme generated no problem.

Thanks!

Notification box alignment issue

Hi, thanks for the awesome theme!
I've found a small issue while using it. Text vertical alignment in notification/alert box is wrong (probably is aligned bottom)

[vc_message color="alert-info"]I am message box. Click edit button to change this text.[/vc_message]

Here a screenshot:
schermata 2014-02-19 alle 03 19 09

sidebar loading below products

I down loaded the master file and it fixed the problem with product related url going to the wrong link but now the side bar for the shop is loading below the products instead on the left or right. From what I can tell its missing the woo-loop colums 11 and 5. If you can tell how and where to fix the issue that would be great.

Sticky header is bugged

Entry header (and title) is covered by header menu when sticky header is enabled. No problem when it is disabled.
Issue faced after upgrading to version 2.1.1

Slider Not Show Home Page

I'm using lastest git. fruitful_get_slider() function return empty echo.

function fruitful_get_slider() {
global $post;
$prefix = '_fruitful_';
$slider_  = $slider_options = '';
$id = 'fruitful-slider-'.rand(1, 250);  

$theme_options  = fruitful_ret_options("fruitful_theme_options");
$slider_options = get_post_meta( $post->ID, $prefix . 'slider_layout');
$slider_options = current($slider_options);

get_post_meta( $post->ID, $prefix . 'slider_layout') return empty array

update cart button

i have some issue on cart after update woocommerce on update cart button
and product pictures on responsive mode

please check the attachment

thank you

2
1

RTL support

Current version 4433643 doesn't support RTL so I suggest to add RTL support for back end and front end too.

Examples of current problems:
2015-03-10_14-24-21

2015-03-10_15-21-01

2015-03-10_15-26-55

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.