Dafne Delgado
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I add article categories with combined picture and name?could you just simply add tree images with a title and make them link to the category? or what exactly do you need? I think this is it right?
Forum: Fixing WordPress
In reply to: WhitespaceI can’t see what you’ve got!
and no, I can’t see any blank space, I tried also in firefox and no, I don’t event have the horizontal scroll active.
I imagine you could fix this with a max-width and overflow hidden ?
Forum: Fixing WordPress
In reply to: WhitespaceHey I’m so sorry, I just saw this, I’m sure it can be your cache or browser, I can’t see this whitespace, I tried on http://www.responsinator.com/?url=https%3A%2F%2Flupineart.com%2Fevents%2Fclay-2%2F and there’s no whitespace,
hope you resolved this!Forum: Fixing WordPress
In reply to: Pasar de WordPress en one.com a una instalacion limpiaNo entiendo, porque puedes comprar un hosting aparte, instalar WordPress e importar el XML de este WordPress que mencionas y ya redireccionar DNS si es necesario… o cuál es el problema?
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Zoom Not WorkingEVERYBODY, just to let you know, the fix for variations is in the next function in your path: plugins/yith-woocommerce-zoom-magnifier/class.yith-wcmg-frontend.php
public function available_variation( $data, $wc_prod, $variation )
REPLACE:
$attachment = wp_get_attachment_image_src ( $attachment_id, ‘shop_magnifier’);WITH:
$attachment = wp_get_attachment_image_src ( $attachment_id, $size = ‘full’);Good luck!
Forum: Fixing WordPress
In reply to: Unable to Edit Home Page after Multiple Updatesplease share a screenshot in the editing side! you tried to deactive all your plugins?
Forum: Fixing WordPress
In reply to: Slider with mouse wheelmaster slider let you do this!
Forum: Fixing WordPress
In reply to: Unable to Edit Home Page after Multiple Updatesyou solved this?
Forum: Fixing WordPress
In reply to: Pasar de WordPress en one.com a una instalacion limpiano puedes acceder a herramientas > exportar?
Forum: Fixing WordPress
In reply to: the_content not showing non-latin characterswhat’s the URL of your website??
Forum: Fixing WordPress
In reply to: Error migrationwell, first of all, did you do correctly your connection of the new database in the wp-config? remember to set, the user, password, database name, prefix of the tables and the host (localhost-?) and in your database you should have a table with a _options in the name. that’s right?
Forum: Fixing WordPress
In reply to: WhitespaceI can’t see any white space, could you add a screenshot?
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Zoom Not Workinghey @ferensy this worked great!!
Forum: Plugins
In reply to: [WP TFeed] Only 1 tweet shownis this resolved? I have the same issue
Forum: Plugins
In reply to: [WP TFeed] Twitter action items display “h”, “J” and “R” letters insteadjust put an important in the css
.aptf-tweet-actions a{
font-family: ‘WebSymbols-Regular’ !important;
}- This reply was modified 8 years, 11 months ago by Dafne Delgado.